This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::MediaPackageV2::HarvestJob S3DestinationConfig
Configuration parameters for where in an S3 bucket to place the harvested content.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "BucketName" :String, "DestinationPath" :String}
YAML
BucketName:StringDestinationPath:String
Properties
BucketName-
The name of an S3 bucket within which harvested content will be exported.
Required: Yes
Type: String
Minimum:
3Maximum:
63Update requires: Replacement
DestinationPath-
The path within the specified S3 bucket where the harvested content will be placed.
Required: Yes
Type: String
Pattern:
^[\S]+$Minimum:
1Maximum:
1024Update requires: Replacement