ClusterManagedStorageConfiguration

data class ClusterManagedStorageConfiguration(val fargateEphemeralStorageKmsKeyId: String? = null, val kmsKeyId: String? = null)

The managed storage configuration for the cluster.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specify the KMSlong key ID for the Fargate ephemeral storage. The key must be a single Region key.

Link copied to clipboard
val kmsKeyId: String? = null

Specify a KMSlong key ID to encrypt the managed storage. The key must be a single Region key.