Package org.cdk8s.plus20
Interface TlsSecretProps
-
- All Superinterfaces:
CommonSecretProps,software.amazon.jsii.JsiiSerializable,ResourceProps
- All Known Implementing Classes:
TlsSecretProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-26T09:02:10.566Z") @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.plus20.CommonSecretProps
getImmutable
-
Methods inherited from interface org.cdk8s.plus20.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
-
-