Show / Hide Table of Contents

Class CfnFileSystem.FileSystemProtectionProperty

Describes the protection on the file system.

Inheritance
object
CfnFileSystem.FileSystemProtectionProperty
Implements
CfnFileSystem.IFileSystemProtectionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EFS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFileSystem.FileSystemProtectionProperty : CfnFileSystem.IFileSystemProtectionProperty
Syntax (vb)
Public Class CfnFileSystem.FileSystemProtectionProperty Implements 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

Constructors

FileSystemProtectionProperty()

Describes the protection on the file system.

Properties

ReplicationOverwriteProtection

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

Constructors

FileSystemProtectionProperty()

Describes the protection on the file system.

public FileSystemProtectionProperty()
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"
             };

Properties

ReplicationOverwriteProtection

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

public string? ReplicationOverwriteProtection { get; set; }
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

    Implements

    CfnFileSystem.IFileSystemProtectionProperty
    Back to top Generated by DocFX