Interface ComposerEnvironmentConfigEncryptionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComposerEnvironmentConfigEncryptionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.258Z") @Stability(Stable) public interface ComposerEnvironmentConfigEncryptionConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComposerEnvironmentConfigEncryptionConfig.BuilderA builder forComposerEnvironmentConfigEncryptionConfigstatic classComposerEnvironmentConfigEncryptionConfig.Jsii$ProxyAn implementation forComposerEnvironmentConfigEncryptionConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComposerEnvironmentConfigEncryptionConfig.Builderbuilder()StringgetKmsKeyName()Optional.
-
-
-
Method Detail
-
getKmsKeyName
@Stability(Stable) @NotNull String getKmsKeyName()
Optional. Customer-managed Encryption Key available through Google's Key Management Service. Cannot be updated.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#kms_key_name ComposerEnvironment#kms_key_name}
-
builder
@Stability(Stable) static ComposerEnvironmentConfigEncryptionConfig.Builder builder()
-
-