Class ComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_region_instance_template.ComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey
@Stability(Stable) @Internal public static final class ComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey
An implementation forComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.compute_region_instance_template.ComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey
ComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey.Builder, ComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetKmsKeySelfLink()The self link of the encryption key that is stored in Google Cloud KMS.StringgetKmsKeyServiceAccount()The service account being used for the encryption request for the given KMS key.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey.Builder.
-
-
Method Detail
-
getKmsKeySelfLink
public final String getKmsKeySelfLink()
Description copied from interface:ComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKeyThe 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_region_instance_template#kms_key_self_link ComputeRegionInstanceTemplate#kms_key_self_link}
- Specified by:
getKmsKeySelfLinkin interfaceComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey
-
getKmsKeyServiceAccount
public final String getKmsKeyServiceAccount()
Description copied from interface:ComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKeyThe service account being used for the encryption request for the given KMS key.If absent, the Compute Engine default service account is used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/compute_region_instance_template#kms_key_service_account ComputeRegionInstanceTemplate#kms_key_service_account}
- Specified by:
getKmsKeyServiceAccountin interfaceComputeRegionInstanceTemplateDiskSourceSnapshotEncryptionKey
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-