AWS::DataSync::Task Source
Specifies the manifest that you want AWS DataSync to use and where it's hosted. For more information and configuration examples, see Specifying what DataSync transfers by using a manifest.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "S3" :
ManifestConfigSourceS3
}
YAML
S3:
ManifestConfigSourceS3
Properties
S3
-
Specifies the S3 bucket where you're hosting your manifest.
Required: No
Type: ManifestConfigSourceS3
Update requires: No interruption