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
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
Remarks
If the replication configuration is deleted, the file system's replication overwrite protection is re-enabled, the file system becomes writeable.