Interface SpannerDatabaseEncryptionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SpannerDatabaseEncryptionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.745Z") @Stability(Stable) public interface SpannerDatabaseEncryptionConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSpannerDatabaseEncryptionConfig.BuilderA builder forSpannerDatabaseEncryptionConfigstatic classSpannerDatabaseEncryptionConfig.Jsii$ProxyAn implementation forSpannerDatabaseEncryptionConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SpannerDatabaseEncryptionConfig.Builderbuilder()StringgetKmsKeyName()Fully qualified name of the KMS key to use to encrypt this database.
-
-
-
Method Detail
-
getKmsKeyName
@Stability(Stable) @NotNull String getKmsKeyName()
Fully qualified name of the KMS key to use to encrypt this database.This key must exist in the same location as the Spanner Database. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/spanner_database#kms_key_name SpannerDatabase#kms_key_name}
-
builder
@Stability(Stable) static SpannerDatabaseEncryptionConfig.Builder builder()
-
-