interface ReplicationDestinationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EFS.CfnFileSystem.ReplicationDestinationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsefs#CfnFileSystem_ReplicationDestinationProperty |
![]() | software.amazon.awscdk.services.efs.CfnFileSystem.ReplicationDestinationProperty |
![]() | aws_cdk.aws_efs.CfnFileSystem.ReplicationDestinationProperty |
![]() | aws-cdk-lib » aws_efs » CfnFileSystem » ReplicationDestinationProperty |
Describes the destination file system in the replication configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_efs as efs } from 'aws-cdk-lib';
const replicationDestinationProperty: efs.CfnFileSystem.ReplicationDestinationProperty = {
availabilityZoneName: 'availabilityZoneName',
fileSystemId: 'fileSystemId',
kmsKeyId: 'kmsKeyId',
region: 'region',
roleArn: 'roleArn',
status: 'status',
statusMessage: 'statusMessage',
};
Properties
Name | Type | Description |
---|---|---|
availability | string | For One Zone file systems, the replication configuration must specify the Availability Zone in which the destination file system is located. |
file | string | The ID of the destination Amazon EFS file system. |
kms | string | The ID of an AWS KMS key used to protect the encrypted file system. |
region? | string | The AWS Region in which the destination file system is located. |
role | string | The Amazon Resource Name (ARN) of the current source file system in the replication configuration. |
status? | string | Describes the status of the replication configuration. |
status | string | Message that provides details about the PAUSED or ERRROR state of the replication destination configuration. |
availabilityZoneName?
Type:
string
(optional)
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.
fileSystemId?
Type:
string
(optional)
The ID of the destination Amazon EFS file system.
kmsKeyId?
Type:
string
(optional)
The ID of an AWS KMS key used to protect the encrypted file system.
region?
Type:
string
(optional)
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.
roleArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the current source file system in the replication configuration.
status?
Type:
string
(optional)
Describes the status of the replication configuration.
For more information about replication status, see Viewing replication details in the Amazon EFS User Guide .
statusMessage?
Type:
string
(optional)
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 .