FileSystemReplicationDestinationArgs

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

Describes the destination file system in the replication configuration.

Constructors

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

Properties

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

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

The ID of the destination Amazon EFS file system.

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

The ID of an kms-key-long used to protect the encrypted file system.

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

The AWS-Region in which the destination file system is located. For One Zone file systems, the replication configuration must specify the AWS-Region in which the destination file system is located.

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

The Amazon Resource Name (ARN) of the current source file system in the replication configuration.

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

Describes the status of the replication configuration. For more information about replication status, see Viewing replication details in the Amazon EFS User Guide.

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

Message that provides details about the `PAUSED` or `ERRROR` state of the replication destination configuration. For more information about replication status messages, see Viewing replication details in the Amazon EFS User Guide.

Functions

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