ReplicationConfigurationDestinationArgs

data class ReplicationConfigurationDestinationArgs(val availabilityZoneName: Output<String>? = null, val fileSystemId: Output<String>? = null, val kmsKeyId: Output<String>? = null, val region: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<ReplicationConfigurationDestinationArgs>

Constructors

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

Properties

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

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: Output<String>? = null

The ID of the destination file system for the replication. If no ID is provided, then EFS creates a new file system with the default settings.

Link copied to clipboard
val kmsKeyId: Output<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: Output<String>? = null

The region in which the replica should be created.

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

Functions

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