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 HarvestedManifests
A collection of harvested manifests of different types.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DashManifests" :[ HarvestedDashManifest, ... ], "HlsManifests" :[ HarvestedHlsManifest, ... ], "LowLatencyHlsManifests" :[ HarvestedLowLatencyHlsManifest, ... ]}
YAML
DashManifests:- HarvestedDashManifestHlsManifests:- HarvestedHlsManifestLowLatencyHlsManifests:- HarvestedLowLatencyHlsManifest
Properties
DashManifests-
A list of harvested DASH manifests.
Required: No
Type: Array of HarvestedDashManifest
Update requires: Replacement
HlsManifests-
A list of harvested HLS manifests.
Required: No
Type: Array of HarvestedHlsManifest
Update requires: Replacement
LowLatencyHlsManifests-
A list of harvested Low-Latency HLS manifests.
Required: No
Type: Array of HarvestedLowLatencyHlsManifest
Update requires: Replacement