Replication Configuration Destination Args
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
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
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.