Interface CfnTask.FilterRuleProperty

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

@Stability(Stable) public static interface CfnTask.FilterRuleProperty extends software.amazon.jsii.JsiiSerializable
Specifies which files, folders, and objects to include or exclude when transferring files from source to destination.

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.datasync.*;
 FilterRuleProperty filterRuleProperty = FilterRuleProperty.builder()
         .filterType("filterType")
         .value("value")
         .build();
 

See Also: