Class CfnFileSystem.FileSystemProtectionProperty
Describes the protection on the file system.
Implements
Inherited Members
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
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
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
Remarks
If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.