interface ImportDataRuleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.S3Files.CfnFileSystem.ImportDataRuleProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awss3files#CfnFileSystem_ImportDataRuleProperty |
Java | software.amazon.awscdk.services.s3files.CfnFileSystem.ImportDataRuleProperty |
Python | aws_cdk.aws_s3files.CfnFileSystem.ImportDataRuleProperty |
TypeScript | aws-cdk-lib » aws_s3files » CfnFileSystem » 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-lib';
const importDataRuleProperty: s3files.CfnFileSystem.ImportDataRuleProperty = {
prefix: 'prefix',
sizeLessThan: 123,
trigger: 'trigger',
};
Properties
| Name | Type | Description |
|---|---|---|
| prefix | string | |
| size | number | |
| trigger | string |
prefix
Type:
string
sizeLessThan
Type:
number
trigger
Type:
string

.NET
Go
Java
Python
TypeScript