interface LogConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.FSx.CfnFileSystemPropsMixin.LogConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsfsx#CfnFileSystemPropsMixin_LogConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.fsx.CfnFileSystemPropsMixin.LogConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_fsx.CfnFileSystemPropsMixin.LogConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_fsx » CfnFileSystemPropsMixin » LogConfigurationProperty |
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 logConfigurationProperty: fsx.CfnFileSystemPropsMixin.LogConfigurationProperty = {
destination: 'destination',
level: 'level',
};
Properties
| Name | Type | Description |
|---|---|---|
| destination? | string | |
| level? | string |
destination?
Type:
string
(optional)
level?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript