AwsNodePoolConfigConfigEncryptionArgs

data class AwsNodePoolConfigConfigEncryptionArgs(val kmsKeyArn: Output<String>) : ConvertibleToJava<AwsNodePoolConfigConfigEncryptionArgs>

Constructors

Link copied to clipboard
constructor(kmsKeyArn: Output<String>)

Properties

Link copied to clipboard
val kmsKeyArn: Output<String>

The ARN of the AWS KMS key used to encrypt node pool configuration.

Functions

Link copied to clipboard
open override fun toJava(): AwsNodePoolConfigConfigEncryptionArgs