AWS::AppIntegrations::DataIntegration FileConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::AppIntegrations::DataIntegration FileConfiguration

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

Syntax

To declare this entity in your Amazon 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