Package org.cdk8s.plus24
Interface TlsSecretProps
-
- All Superinterfaces:
CommonSecretProps
,software.amazon.jsii.JsiiSerializable
,ResourceProps
- All Known Implementing Classes:
TlsSecretProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.65.0 (build 7a02b7f)", date="2022-08-21T02:57:21.509Z") @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 class
TlsSecretProps.Builder
A builder forTlsSecretProps
static class
TlsSecretProps.Jsii$Proxy
An implementation forTlsSecretProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static TlsSecretProps.Builder
builder()
String
getTlsCert()
The TLS cert.String
getTlsKey()
The TLS key.-
Methods inherited from interface org.cdk8s.plus24.CommonSecretProps
getImmutable
-
Methods inherited from interface org.cdk8s.plus24.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.Builder
ofTlsSecretProps
-
-