Class ContainerAwsNodePoolConfigConfigEncryption.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.container_aws_node_pool.ContainerAwsNodePoolConfigConfigEncryption.Jsii$Proxy
-
- All Implemented Interfaces:
ContainerAwsNodePoolConfigConfigEncryption,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- ContainerAwsNodePoolConfigConfigEncryption
@Stability(Stable) @Internal public static final class ContainerAwsNodePoolConfigConfigEncryption.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ContainerAwsNodePoolConfigConfigEncryption
An implementation forContainerAwsNodePoolConfigConfigEncryption
-
-
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.container_aws_node_pool.ContainerAwsNodePoolConfigConfigEncryption
ContainerAwsNodePoolConfigConfigEncryption.Builder, ContainerAwsNodePoolConfigConfigEncryption.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(ContainerAwsNodePoolConfigConfigEncryption.Builder builder)Constructor that initializes the object based on literal property values passed by theContainerAwsNodePoolConfigConfigEncryption.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)StringgetKmsKeyArn()The ARN of the AWS KMS key used to encrypt node pool configuration.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(ContainerAwsNodePoolConfigConfigEncryption.Builder builder)
Constructor that initializes the object based on literal property values passed by theContainerAwsNodePoolConfigConfigEncryption.Builder.
-
-
Method Detail
-
getKmsKeyArn
public final String getKmsKeyArn()
Description copied from interface:ContainerAwsNodePoolConfigConfigEncryptionThe ARN of the AWS KMS key used to encrypt node pool configuration.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/container_aws_node_pool#kms_key_arn ContainerAwsNodePool#kms_key_arn}
- Specified by:
getKmsKeyArnin interfaceContainerAwsNodePoolConfigConfigEncryption
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-