Class ComputeImageImageEncryptionKey.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.compute_image.ComputeImageImageEncryptionKey.Jsii$Proxy
-
- All Implemented Interfaces:
ComputeImageImageEncryptionKey,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ComputeImageImageEncryptionKey
@Stability(Stable) @Internal public static final class ComputeImageImageEncryptionKey.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ComputeImageImageEncryptionKey
An implementation forComputeImageImageEncryptionKey
-
-
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_image.ComputeImageImageEncryptionKey
ComputeImageImageEncryptionKey.Builder, ComputeImageImageEncryptionKey.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ComputeImageImageEncryptionKey.Builder builder)Constructor that initializes the object based on literal property values passed by theComputeImageImageEncryptionKey.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(ComputeImageImageEncryptionKey.Builder builder)
Constructor that initializes the object based on literal property values passed by theComputeImageImageEncryptionKey.Builder.
-
-
Method Detail
-
getKmsKeySelfLink
public final String getKmsKeySelfLink()
Description copied from interface:ComputeImageImageEncryptionKeyThe 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_image#kms_key_self_link ComputeImage#kms_key_self_link}
- Specified by:
getKmsKeySelfLinkin interfaceComputeImageImageEncryptionKey
-
getKmsKeyServiceAccount
public final String getKmsKeyServiceAccount()
Description copied from interface:ComputeImageImageEncryptionKeyThe 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_image#kms_key_service_account ComputeImage#kms_key_service_account}
- Specified by:
getKmsKeyServiceAccountin interfaceComputeImageImageEncryptionKey
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-