interface FsrmConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.FSx.CfnFileSystem.FsrmConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsfsx#CfnFileSystem_FsrmConfigurationProperty |
Java | software.amazon.awscdk.services.fsx.CfnFileSystem.FsrmConfigurationProperty |
Python | aws_cdk.aws_fsx.CfnFileSystem.FsrmConfigurationProperty |
TypeScript | aws-cdk-lib » aws_fsx » CfnFileSystem » 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-lib';
const fsrmConfigurationProperty: fsx.CfnFileSystem.FsrmConfigurationProperty = {
fsrmServiceEnabled: false,
// the properties below are optional
eventLogDestination: 'eventLogDestination',
};
Properties
| Name | Type | Description |
|---|---|---|
| fsrm | boolean | IResolvable | |
| event | string |
fsrmServiceEnabled
Type:
boolean | IResolvable
eventLogDestination?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript