File System Replication Destination Args
data class FileSystemReplicationDestinationArgs(val availabilityZoneName: Output<String>? = null, val fileSystemId: Output<String>? = null, val kmsKeyId: Output<String>? = null, val region: Output<String>? = null) : ConvertibleToJava<FileSystemReplicationDestinationArgs>
Describes the destination file system in the replication configuration.
Properties
Link copied to clipboard
For One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located. Use the format `us-east-1a`
to specify the Availability Zone. For more information about One Zone file systems, see EFS file system types in the Amazon EFS User Guide. One Zone file system type is not available in all Availability Zones in AWS-Regions where Amazon EFS is available.
Link copied to clipboard
The ID of the destination Amazon EFS file system.