Interface ComputeInstanceTemplateDiskDiskEncryptionKey
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComputeInstanceTemplateDiskDiskEncryptionKey.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.552Z") @Stability(Stable) public interface ComputeInstanceTemplateDiskDiskEncryptionKey extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComputeInstanceTemplateDiskDiskEncryptionKey.BuilderA builder forComputeInstanceTemplateDiskDiskEncryptionKeystatic classComputeInstanceTemplateDiskDiskEncryptionKey.Jsii$ProxyAn implementation forComputeInstanceTemplateDiskDiskEncryptionKey
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComputeInstanceTemplateDiskDiskEncryptionKey.Builderbuilder()StringgetKmsKeySelfLink()The self link of the encryption key that is stored in Google Cloud KMS.
-
-
-
Method Detail
-
getKmsKeySelfLink
@Stability(Stable) @NotNull String getKmsKeySelfLink()
The self link of the encryption key that is stored in Google Cloud KMS.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_instance_template#kms_key_self_link ComputeInstanceTemplate#kms_key_self_link}
-
builder
@Stability(Stable) static ComputeInstanceTemplateDiskDiskEncryptionKey.Builder builder()
-
-