Package org.cdk8s.plus23
Interface TlsSecretProps
-
- All Superinterfaces:
CommonSecretProps,software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
TlsSecretProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-07-06T20:17:23.716Z") @Stability(Stable) public interface TlsSecretProps extends software.amazon.jsii.JsiiSerializable, CommonSecretProps
Options for `TlsSecret`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classTlsSecretProps.BuilderA builder forTlsSecretPropsstatic classTlsSecretProps.Jsii$ProxyAn implementation forTlsSecretProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static TlsSecretProps.Builderbuilder()StringgetTlsCert()The TLS cert.StringgetTlsKey()The TLS key.-
Methods inherited from interface org.cdk8s.plus23.CommonSecretProps
getImmutable
-
Methods inherited from interface org.cdk8s.plus23.ResourceProps
getMetadata
-
-
-
-
Method Detail
-
getTlsCert
@Stability(Stable) @NotNull String getTlsCert()
The TLS cert.
-
getTlsKey
@Stability(Stable) @NotNull String getTlsKey()
The TLS key.
-
builder
@Stability(Stable) static TlsSecretProps.Builder builder()
- Returns:
- a
TlsSecretProps.BuilderofTlsSecretProps
-
-