AWS::MediaPackage::HarvestJobResource schema for AWS::MediaPackage::HarvestJob. A HarvestJob extracts a video on demand (VOD) clip from a live content stream.
5 configurable properties. 5 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EndTime | string | RequiredCreate-only |
Id | string | RequiredCreate-only |
OriginEndpointId | string | RequiredCreate-only |
S3Destination | S3Destination | RequiredCreate-only |
StartTime | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) assigned to the HarvestJob. |
ChannelId | string | The ID of the Channel that the HarvestJob will harvest from. |
CreatedAt | string | The date and time the HarvestJob was submitted. |
Status | string | The current status of the HarvestJob. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaPackage::HarvestJob
Resources:
MyResource:
Type: AWS::MediaPackage::HarvestJob
Properties:
EndTime: "value"
Id: "my-id"
OriginEndpointId: "my-originendpointid"
S3Destination: "value"
StartTime: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
mediapackage:DescribeHarvestJobmediapackage:ListHarvestJobsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
EndTimeIdOriginEndpointIdS3DestinationStartTime