interface FsrmConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.FSx.CfnFileSystemPropsMixin.FsrmConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsfsx#CfnFileSystemPropsMixin_FsrmConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnFileSystemPropsMixin.FsrmConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_fsx.CfnFileSystemPropsMixin.FsrmConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_fsx » CfnFileSystemPropsMixin » FsrmConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_fsx as fsx } from '@aws-cdk/cfn-property-mixins';
const fsrmConfigurationProperty: fsx.CfnFileSystemPropsMixin.FsrmConfigurationProperty = {
eventLogDestination: 'eventLogDestination',
fsrmServiceEnabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| event | string | |
| fsrm | boolean | IResolvable |
eventLogDestination?
Type:
string
(optional)
fsrmServiceEnabled?
Type:
boolean | IResolvable
(optional)

.NET
Go
Java
Python
TypeScript