Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-fsrmconfiguration.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.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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-fsrmconfiguration.html#cfn-fsx-filesystem-fsrmconfiguration-eventlogdestination

FsrmServiceEnabled

object FsrmServiceEnabled { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-fsx-filesystem-fsrmconfiguration.html#cfn-fsx-filesystem-fsrmconfiguration-fsrmserviceenabled

Type union: either bool or IResolvable

Back to top Generated by DocFX