Show / Hide Table of Contents

Interface ICfnHarvestJobMixinProps

Properties for CfnHarvestJobPropsMixin.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaPackage
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnHarvestJobMixinProps
Syntax (vb)
Public Interface ICfnHarvestJobMixinProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-harvestjob.html

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;

             var cfnHarvestJobMixinProps = new CfnHarvestJobMixinProps {
                 EndTime = "endTime",
                 Id = "id",
                 OriginEndpointId = "originEndpointId",
                 S3Destination = new S3DestinationProperty {
                     BucketName = "bucketName",
                     ManifestKey = "manifestKey",
                     RoleArn = "roleArn"
                 },
                 StartTime = "startTime"
             };

Synopsis

Properties

EndTime

The end of the time-window which will be harvested.

Id

The ID of the HarvestJob.

OriginEndpointId

The ID of the OriginEndpoint that the HarvestJob will harvest from.

S3Destination

Configuration parameters for where in an S3 bucket to place the harvested content.

StartTime

The start of the time-window which will be harvested.

Properties

EndTime

The end of the time-window which will be harvested.

string? EndTime { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-harvestjob.html#cfn-mediapackage-harvestjob-endtime

Id

The ID of the HarvestJob.

string? Id { get; }
Property Value

string

Remarks

The ID must be unique within the region and it cannot be changed after the HarvestJob is submitted.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-harvestjob.html#cfn-mediapackage-harvestjob-id

OriginEndpointId

The ID of the OriginEndpoint that the HarvestJob will harvest from.

string? OriginEndpointId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-harvestjob.html#cfn-mediapackage-harvestjob-originendpointid

S3Destination

Configuration parameters for where in an S3 bucket to place the harvested content.

object? S3Destination { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-harvestjob.html#cfn-mediapackage-harvestjob-s3destination

Type union: either IResolvable or CfnHarvestJobPropsMixin.IS3DestinationProperty

StartTime

The start of the time-window which will be harvested.

string? StartTime { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackage-harvestjob.html#cfn-mediapackage-harvestjob-starttime

Back to top Generated by DocFX