Class KmsCryptoKeyVersionTemplate.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.kms_crypto_key.KmsCryptoKeyVersionTemplate.Jsii$Proxy
-
- All Implemented Interfaces:
KmsCryptoKeyVersionTemplate,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- KmsCryptoKeyVersionTemplate
@Stability(Stable) @Internal public static final class KmsCryptoKeyVersionTemplate.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements KmsCryptoKeyVersionTemplate
An implementation forKmsCryptoKeyVersionTemplate
-
-
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.KmsCryptoKeyVersionTemplate
KmsCryptoKeyVersionTemplate.Builder, KmsCryptoKeyVersionTemplate.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(KmsCryptoKeyVersionTemplate.Builder builder)Constructor that initializes the object based on literal property values passed by theKmsCryptoKeyVersionTemplate.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)StringgetAlgorithm()The algorithm to use when creating a version based on this template.StringgetProtectionLevel()The protection level to use when creating a version based on this template.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(KmsCryptoKeyVersionTemplate.Builder builder)
Constructor that initializes the object based on literal property values passed by theKmsCryptoKeyVersionTemplate.Builder.
-
-
Method Detail
-
getAlgorithm
public final String getAlgorithm()
Description copied from interface:KmsCryptoKeyVersionTemplateThe algorithm to use when creating a version based on this template. See the algorithm reference for possible inputs.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_crypto_key#algorithm KmsCryptoKey#algorithm}
- Specified by:
getAlgorithmin interfaceKmsCryptoKeyVersionTemplate
-
getProtectionLevel
public final String getProtectionLevel()
Description copied from interface:KmsCryptoKeyVersionTemplateThe protection level to use when creating a version based on this template.Possible values include "SOFTWARE", "HSM", "EXTERNAL", "EXTERNAL_VPC". Defaults to "SOFTWARE". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/kms_crypto_key#protection_level KmsCryptoKey#protection_level}
- Specified by:
getProtectionLevelin interfaceKmsCryptoKeyVersionTemplate
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-