View a markdown version of this page

AWS::MediaPackageV2::HarvestJob S3DestinationConfig - 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).

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: String DestinationPath: String

Properties

BucketName

The name of an S3 bucket within which harvested content will be exported.

Required: Yes

Type: String

Minimum: 3

Maximum: 63

Update requires: Replacement

DestinationPath

The path within the specified S3 bucket where the harvested content will be placed.

Required: Yes

Type: String

Pattern: ^[\S]+$

Minimum: 1

Maximum: 1024

Update requires: Replacement