ClusterManagedStorageConfigurationArgs

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

The managed storage configuration for the cluster.

Constructors

Link copied to clipboard
constructor(fargateEphemeralStorageKmsKeyId: Output<String>? = null, kmsKeyId: Output<String>? = null)

Properties

Link copied to clipboard

Specify the KMSlong key ID for the Fargate ephemeral storage.

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

Specify a KMSlong key ID to encrypt the managed storage.

Functions

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