interface ImportDataRuleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.S3Files.CfnFileSystemPropsMixin.ImportDataRuleProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awss3files#CfnFileSystemPropsMixin_ImportDataRuleProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.s3files.CfnFileSystemPropsMixin.ImportDataRuleProperty |
Python | aws_cdk.cfn_property_mixins.aws_s3files.CfnFileSystemPropsMixin.ImportDataRuleProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_s3files » CfnFileSystemPropsMixin » ImportDataRuleProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_s3files as s3files } from '@aws-cdk/cfn-property-mixins';
const importDataRuleProperty: s3files.CfnFileSystemPropsMixin.ImportDataRuleProperty = {
prefix: 'prefix',
sizeLessThan: 123,
trigger: 'trigger',
};
Properties
| Name | Type | Description |
|---|---|---|
| prefix? | string | |
| size | number | |
| trigger? | string |
prefix?
Type:
string
(optional)
sizeLessThan?
Type:
number
(optional)
trigger?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript