Interface CfnDataIntegrationPropsMixin.FileConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataIntegrationPropsMixin.FileConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataIntegrationPropsMixin
@Stability(Stable)
public static interface CfnDataIntegrationPropsMixin.FileConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for what files should be pulled from the source.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.appintegrations.*;
Object filters;
FileConfigurationProperty fileConfigurationProperty = FileConfigurationProperty.builder()
.filters(filters)
.folders(List.of("folders"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataIntegrationPropsMixin.FileConfigurationPropertystatic final classAn implementation forCfnDataIntegrationPropsMixin.FileConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getFilters
Restrictions for what files should be pulled from the source.- See Also:
-
getFolders
Identifiers for the source folders to pull all files from recursively.- See Also:
-
builder
-