AWS::DataSync::Task ManifestConfigSourceS3
Specifies the S3 bucket where you're hosting the manifest that you want AWS DataSync to use. 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
{ "BucketAccessRoleArn" :
String
, "ManifestObjectPath" :String
, "ManifestObjectVersionId" :String
, "S3BucketArn" :String
}
YAML
BucketAccessRoleArn:
String
ManifestObjectPath:String
ManifestObjectVersionId:String
S3BucketArn:String
Properties
BucketAccessRoleArn
-
Specifies the AWS Identity and Access Management (IAM) role that allows DataSync to access your manifest. For more information, see Providing DataSync access to your manifest.
Required: No
Type: String
Pattern:
^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):iam::[0-9]{12}:role/.*$
Maximum:
2048
Update requires: No interruption
ManifestObjectPath
-
Specifies the Amazon S3 object key of your manifest. This can include a prefix (for example,
prefix/my-manifest.csv
).Required: No
Type: String
Pattern:
^[\p{L}\p{M}\p{Z}\p{S}\p{N}\p{P}\p{C}]*$
Maximum:
1024
Update requires: No interruption
ManifestObjectVersionId
-
Specifies the object version ID of the manifest that you want DataSync to use. If you don't set this, DataSync uses the latest version of the object.
Required: No
Type: String
Pattern:
^.+$
Maximum:
100
Update requires: No interruption
S3BucketArn
-
Specifies the Amazon Resource Name (ARN) of the S3 bucket where you're hosting your manifest.
Required: No
Type: String
Pattern:
^arn:(aws|aws-cn|aws-us-gov|aws-iso|aws-iso-b):(s3|s3-outposts):[a-z\-0-9]*:[0-9]*:.*$
Maximum:
156
Update requires: No interruption