ReplicationConfigurationDestination

data class ReplicationConfigurationDestination(val availabilityZoneName: String? = null, val fileSystemId: String? = null, val kmsKeyId: String? = null, val region: String? = null, val status: String? = null)

Constructors

Link copied to clipboard
constructor(availabilityZoneName: String? = null, fileSystemId: String? = null, kmsKeyId: String? = null, region: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The availability zone in which the replica should be created. If specified, the replica will be created with One Zone storage. If omitted, regional storage will be used.

Link copied to clipboard
val fileSystemId: String? = null
Link copied to clipboard
val kmsKeyId: String? = null

The Key ID, ARN, alias, or alias ARN of the KMS key that should be used to encrypt the replica file system. If omitted, the default KMS key for EFS /aws/elasticfilesystem will be used.

Link copied to clipboard
val region: String? = null

The region in which the replica should be created.

Link copied to clipboard
val status: String? = null