AWS::DataSync::Task ManifestConfig - 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::DataSync::Task ManifestConfig

Configures a manifest, which is a list of files or objects that you want Amazon DataSync to transfer. For more information and configuration examples, see Specifying what DataSync transfers by using a manifest.

Syntax

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

JSON

{ "Action" : String, "Format" : String, "Source" : Source }

YAML

Action: String Format: String Source: Source

Properties

Action

Specifies what DataSync uses the manifest for.

Required: No

Type: String

Allowed values: TRANSFER

Update requires: No interruption

Format

Specifies the file format of your manifest. For more information, see Creating a manifest.

Required: No

Type: String

Allowed values: CSV

Update requires: No interruption

Source

Specifies the manifest that you want DataSync to use and where it's hosted.

Note

You must specify this parameter if you're configuring a new manifest on or after February 7, 2024.

If you don't, you'll get a 400 status code and ValidationException error stating that you're missing the IAM role for DataSync to access the S3 bucket where you're hosting your manifest. For more information, see Providing DataSync access to your manifest.

Required: Yes

Type: Source

Update requires: No interruption