AWS::AppIntegrations::DataIntegration FileConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::AppIntegrations::DataIntegration FileConfiguration

The configuration for what files should be pulled from the source.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Filters" : {Key: Value, ...}, "Folders" : [ String, ... ] }

YAML

Filters: Key: Value Folders: - String

Properties

Filters

Restrictions for what files should be pulled from the source.

Required: No

Type: Object of Array

Pattern: ^[A-Za-z]

Update requires: No interruption

Folders

Identifiers for the source folders to pull all files from recursively.

Required: Yes

Type: Array of String

Minimum: 1 | 1

Maximum: 200 | 10

Update requires: No interruption