Class KmsCryptoKeyVersionExternalProtectionLevelOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.kms_crypto_key_version.KmsCryptoKeyVersionExternalProtectionLevelOptions.Jsii$Proxy
-
- All Implemented Interfaces:
KmsCryptoKeyVersionExternalProtectionLevelOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KmsCryptoKeyVersionExternalProtectionLevelOptions
@Stability(Stable) @Internal public static final class KmsCryptoKeyVersionExternalProtectionLevelOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KmsCryptoKeyVersionExternalProtectionLevelOptions
An implementation forKmsCryptoKeyVersionExternalProtectionLevelOptions
-
-
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.kms_crypto_key_version.KmsCryptoKeyVersionExternalProtectionLevelOptions
KmsCryptoKeyVersionExternalProtectionLevelOptions.Builder, KmsCryptoKeyVersionExternalProtectionLevelOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KmsCryptoKeyVersionExternalProtectionLevelOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theKmsCryptoKeyVersionExternalProtectionLevelOptions.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)StringgetEkmConnectionKeyPath()The path to the external key material on the EKM when using EkmConnection e.g., "v0/my/key".StringgetExternalKeyUri()The URI for an external resource that this CryptoKeyVersion represents.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(KmsCryptoKeyVersionExternalProtectionLevelOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theKmsCryptoKeyVersionExternalProtectionLevelOptions.Builder.
-
-
Method Detail
-
getEkmConnectionKeyPath
public final String getEkmConnectionKeyPath()
Description copied from interface:KmsCryptoKeyVersionExternalProtectionLevelOptionsThe path to the external key material on the EKM when using EkmConnection e.g., "v0/my/key". Set this field instead of externalKeyUri when using an EkmConnection.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_crypto_key_version#ekm_connection_key_path KmsCryptoKeyVersion#ekm_connection_key_path}
- Specified by:
getEkmConnectionKeyPathin interfaceKmsCryptoKeyVersionExternalProtectionLevelOptions
-
getExternalKeyUri
public final String getExternalKeyUri()
Description copied from interface:KmsCryptoKeyVersionExternalProtectionLevelOptionsThe URI for an external resource that this CryptoKeyVersion represents.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_crypto_key_version#external_key_uri KmsCryptoKeyVersion#external_key_uri}
- Specified by:
getExternalKeyUriin interfaceKmsCryptoKeyVersionExternalProtectionLevelOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-