Class CfnHarvestJobPropsMixin
Resource schema for AWS::MediaPackage::HarvestJob.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaPackage
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnHarvestJobPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnHarvestJobPropsMixin Inherits Mixin Implements IMixin
Remarks
A HarvestJob extracts a video on demand (VOD) clip from a live content stream.
CloudformationResource: AWS::MediaPackage::HarvestJob
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MediaPackage;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnHarvestJobPropsMixin = new CfnHarvestJobPropsMixin(new CfnHarvestJobMixinProps {
EndTime = "endTime",
Id = "id",
OriginEndpointId = "originEndpointId",
S3Destination = new S3DestinationProperty {
BucketName = "bucketName",
ManifestKey = "manifestKey",
RoleArn = "roleArn"
},
StartTime = "startTime"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Synopsis
Constructors
| CfnHarvestJobPropsMixin(ICfnHarvestJobMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Resource schema for AWS::MediaPackage::HarvestJob. |
| Props | Resource schema for AWS::MediaPackage::HarvestJob. |
| Strategy | Resource schema for AWS::MediaPackage::HarvestJob. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnHarvestJobPropsMixin(ICfnHarvestJobMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::MediaPackage::HarvestJob.
public CfnHarvestJobPropsMixin(ICfnHarvestJobMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnHarvestJobMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
A HarvestJob extracts a video on demand (VOD) clip from a live content stream.
CloudformationResource: AWS::MediaPackage::HarvestJob
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Resource schema for AWS::MediaPackage::HarvestJob.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
A HarvestJob extracts a video on demand (VOD) clip from a live content stream.
CloudformationResource: AWS::MediaPackage::HarvestJob
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MediaPackage;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnHarvestJobPropsMixin = new CfnHarvestJobPropsMixin(new CfnHarvestJobMixinProps {
EndTime = "endTime",
Id = "id",
OriginEndpointId = "originEndpointId",
S3Destination = new S3DestinationProperty {
BucketName = "bucketName",
ManifestKey = "manifestKey",
RoleArn = "roleArn"
},
StartTime = "startTime"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Props
Resource schema for AWS::MediaPackage::HarvestJob.
protected virtual ICfnHarvestJobMixinProps Props { get; }
Property Value
Remarks
A HarvestJob extracts a video on demand (VOD) clip from a live content stream.
CloudformationResource: AWS::MediaPackage::HarvestJob
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MediaPackage;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnHarvestJobPropsMixin = new CfnHarvestJobPropsMixin(new CfnHarvestJobMixinProps {
EndTime = "endTime",
Id = "id",
OriginEndpointId = "originEndpointId",
S3Destination = new S3DestinationProperty {
BucketName = "bucketName",
ManifestKey = "manifestKey",
RoleArn = "roleArn"
},
StartTime = "startTime"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Strategy
Resource schema for AWS::MediaPackage::HarvestJob.
protected virtual IMergeStrategy Strategy { get; }
Property Value
Remarks
A HarvestJob extracts a video on demand (VOD) clip from a live content stream.
CloudformationResource: AWS::MediaPackage::HarvestJob
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MediaPackage;
using Amazon.CDK;
IMergeStrategy mergeStrategy;
var cfnHarvestJobPropsMixin = new CfnHarvestJobPropsMixin(new CfnHarvestJobMixinProps {
EndTime = "endTime",
Id = "id",
OriginEndpointId = "originEndpointId",
S3Destination = new S3DestinationProperty {
BucketName = "bucketName",
ManifestKey = "manifestKey",
RoleArn = "roleArn"
},
StartTime = "startTime"
}, new CfnPropertyMixinOptions {
Strategy = mergeStrategy
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
A HarvestJob extracts a video on demand (VOD) clip from a live content stream.
CloudformationResource: AWS::MediaPackage::HarvestJob
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
A HarvestJob extracts a video on demand (VOD) clip from a live content stream.
CloudformationResource: AWS::MediaPackage::HarvestJob
Mixin: true
ExampleMetadata: fixture=_generated