Interface CfnFileSystem.IFsrmConfigurationProperty
Namespace: Amazon.CDK.AWS.FSx
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnFileSystem.IFsrmConfigurationProperty
Syntax (vb)
Public Interface CfnFileSystem.IFsrmConfigurationProperty
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.FSx;
var fsrmConfigurationProperty = new FsrmConfigurationProperty {
FsrmServiceEnabled = false,
// the properties below are optional
EventLogDestination = "eventLogDestination"
};
Synopsis
Properties
| EventLogDestination | |
| FsrmServiceEnabled |
Properties
EventLogDestination
string? EventLogDestination { get; }
Property Value
Remarks
FsrmServiceEnabled
object FsrmServiceEnabled { get; }