Show / Hide Table of Contents

Interface CfnFileSystem.IFileSystemProtectionProperty

Describes the protection on the file system.

Namespace: Amazon.CDK.AWS.EFS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFileSystem.IFileSystemProtectionProperty
Syntax (vb)
Public Interface CfnFileSystem.IFileSystemProtectionProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-filesystem-filesystemprotection.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.EFS;

             var fileSystemProtectionProperty = new FileSystemProtectionProperty {
                 ReplicationOverwriteProtection = "replicationOverwriteProtection"
             };

Synopsis

Properties

ReplicationOverwriteProtection

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

Properties

ReplicationOverwriteProtection

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

string? ReplicationOverwriteProtection { get; }
Property Value

string

Remarks

    If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-efs-filesystem-filesystemprotection.html#cfn-efs-filesystem-filesystemprotection-replicationoverwriteprotection

    Back to top Generated by DocFX