ClusterConfigurationManagedStorageConfigurationArgs

data class ClusterConfigurationManagedStorageConfigurationArgs(val fargateEphemeralStorageKmsKeyId: Output<String>? = null, val kmsKeyId: Output<String>? = null) : ConvertibleToJava<ClusterConfigurationManagedStorageConfigurationArgs>

Constructors

constructor(fargateEphemeralStorageKmsKeyId: Output<String>? = null, kmsKeyId: Output<String>? = null)

Properties

Link copied to clipboard

AWS Key Management Service key ID for the Fargate ephemeral storage.

Link copied to clipboard
val kmsKeyId: Output<String>? = null

AWS Key Management Service key ID to encrypt the managed storage.

Functions

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