Module: AWSCDK::EFS::ReplicationOverwriteProtection

Defined in:
efs/replication_overwrite_protection.rb

Overview

The status of the file system's replication overwrite protection.

Constant Summary collapse

ENABLED =
Deprecated.
Note:

Default:

Enable the filesystem's replication overwrite protection.

Jsii::Enum.new("aws-cdk-lib.aws_efs.ReplicationOverwriteProtection", "ENABLED")
DISABLED =
Deprecated.
Note:

Default:

Disable the filesystem's replication overwrite protection.

Jsii::Enum.new("aws-cdk-lib.aws_efs.ReplicationOverwriteProtection", "DISABLED")