ClusterConfigurationManagedStorageConfiguration

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

Constructors

constructor(fargateEphemeralStorageKmsKeyId: String? = null, kmsKeyId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard
val kmsKeyId: String? = null

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