Interface LookerInstanceEncryptionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
LookerInstanceEncryptionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.882Z") @Stability(Stable) public interface LookerInstanceEncryptionConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLookerInstanceEncryptionConfig.BuilderA builder forLookerInstanceEncryptionConfigstatic classLookerInstanceEncryptionConfig.Jsii$ProxyAn implementation forLookerInstanceEncryptionConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static LookerInstanceEncryptionConfig.Builderbuilder()default StringgetKmsKeyName()Name of the customer managed encryption key (CMEK) in KMS.
-
-
-
Method Detail
-
getKmsKeyName
@Stability(Stable) @Nullable default String getKmsKeyName()
Name of the customer managed encryption key (CMEK) in KMS.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/looker_instance#kms_key_name LookerInstance#kms_key_name}
-
builder
@Stability(Stable) static LookerInstanceEncryptionConfig.Builder builder()
-
-