Interface CfnDataIntegration.FileConfigurationProperty
- All Superinterfaces:
- software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
- CfnDataIntegration.FileConfigurationProperty.Jsii$Proxy
- Enclosing class:
- CfnDataIntegration
@Stability(Stable)
public static interface CfnDataIntegration.FileConfigurationProperty
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.appintegrations.*;
 Object filters;
 FileConfigurationProperty fileConfigurationProperty = FileConfigurationProperty.builder()
         .folders(List.of("folders"))
         // the properties below are optional
         .filters(filters)
         .build();
 - 
Nested Class SummaryNested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataIntegration.FileConfigurationPropertystatic final classAn implementation forCfnDataIntegration.FileConfigurationProperty
- 
Method SummaryMethods inherited from interface software.amazon.jsii.JsiiSerializable$jsii$toJson
- 
Method Details- 
getFoldersCfnDataIntegration.FileConfigurationProperty.Folders.
- 
getFiltersCfnDataIntegration.FileConfigurationProperty.Filters.
- 
builder
 
-