Interface CfnFileSystem.ImportDataRuleProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFileSystem.ImportDataRuleProperty.Jsii$Proxy
Enclosing class:
CfnFileSystem

@Stability(Stable) public static interface CfnFileSystem.ImportDataRuleProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.s3files.*;
 ImportDataRuleProperty importDataRuleProperty = ImportDataRuleProperty.builder()
         .prefix("prefix")
         .sizeLessThan(123)
         .trigger("trigger")
         .build();
 

See Also: