Package org.cdk8s.plus24
Interface CommonSecretProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
,ResourceProps
- All Known Subinterfaces:
BasicAuthSecretProps
,DockerConfigSecretProps
,SecretProps
,ServiceAccountTokenSecretProps
,SshAuthSecretProps
,TlsSecretProps
- All Known Implementing Classes:
BasicAuthSecretProps.Jsii$Proxy
,CommonSecretProps.Jsii$Proxy
,DockerConfigSecretProps.Jsii$Proxy
,SecretProps.Jsii$Proxy
,ServiceAccountTokenSecretProps.Jsii$Proxy
,SshAuthSecretProps.Jsii$Proxy
,TlsSecretProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.68.0 (build b45f2f6)", date="2022-09-25T03:33:25.136Z") @Stability(Stable) public interface CommonSecretProps extends software.amazon.jsii.JsiiSerializable, ResourceProps
Common properties for `Secret`.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CommonSecretProps.Builder
A builder forCommonSecretProps
static class
CommonSecretProps.Jsii$Proxy
An implementation forCommonSecretProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CommonSecretProps.Builder
builder()
default Boolean
getImmutable()
If set to true, ensures that data stored in the Secret cannot be updated (only object metadata can be modified).-
Methods inherited from interface org.cdk8s.plus24.ResourceProps
getMetadata
-
-
-
-
Method Detail
-
getImmutable
@Stability(Stable) @Nullable default Boolean getImmutable()
If set to true, ensures that data stored in the Secret cannot be updated (only object metadata can be modified).If not set to true, the field can be modified at any time.
Default: false
-
builder
@Stability(Stable) static CommonSecretProps.Builder builder()
- Returns:
- a
CommonSecretProps.Builder
ofCommonSecretProps
-
-