Package org.cdk8s.plus20
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.59.0 (build eb02c92)", date="2022-05-18T23:19:48.554Z") @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 classCommonSecretProps.BuilderA builder forCommonSecretPropsstatic classCommonSecretProps.Jsii$ProxyAn implementation forCommonSecretProps
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static CommonSecretProps.Builderbuilder()default BooleangetImmutable()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.plus20.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.BuilderofCommonSecretProps
-
-