AWS::AppIntegrations::DataIntegration FileConfiguration - AWS CloudFormation

AWS::AppIntegrations::DataIntegration FileConfiguration

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

Syntax

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