Show / Hide Table of Contents

Class MediaPackageHarvestJobNotification.HarvestJob

(experimental) Type definition for Harvest_job.

Inheritance
object
MediaPackageHarvestJobNotification.HarvestJob
Implements
MediaPackageHarvestJobNotification.IHarvestJob
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaPackage.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class MediaPackageHarvestJobNotification.HarvestJob : MediaPackageHarvestJobNotification.IHarvestJob
Syntax (vb)
Public Class MediaPackageHarvestJobNotification.HarvestJob Implements MediaPackageHarvestJobNotification.IHarvestJob
Remarks

Stability: Experimental

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.Mixins.Preview.AWS.MediaPackage.Events;

             var harvestJob = new HarvestJob {
                 Arn = new [] { "arn" },
                 CreatedAt = new [] { "createdAt" },
                 EndTime = new [] { "endTime" },
                 Id = new [] { "id" },
                 OriginEndpointId = new [] { "originEndpointId" },
                 S3Destination = new S3Destination {
                     BucketName = new [] { "bucketName" },
                     ManifestKey = new [] { "manifestKey" },
                     RoleArn = new [] { "roleArn" }
                 },
                 StartTime = new [] { "startTime" },
                 Status = new [] { "status" }
             };

Synopsis

Constructors

HarvestJob()

(experimental) Type definition for Harvest_job.

Properties

Arn

(experimental) arn property.

CreatedAt

(experimental) created_at property.

EndTime

(experimental) end_time property.

Id

(experimental) id property.

OriginEndpointId

(experimental) origin_endpoint_id property.

S3Destination

(experimental) s3_destination property.

StartTime

(experimental) start_time property.

Status

(experimental) status property.

Constructors

HarvestJob()

(experimental) Type definition for Harvest_job.

public HarvestJob()
Remarks

Stability: Experimental

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.Mixins.Preview.AWS.MediaPackage.Events;

             var harvestJob = new HarvestJob {
                 Arn = new [] { "arn" },
                 CreatedAt = new [] { "createdAt" },
                 EndTime = new [] { "endTime" },
                 Id = new [] { "id" },
                 OriginEndpointId = new [] { "originEndpointId" },
                 S3Destination = new S3Destination {
                     BucketName = new [] { "bucketName" },
                     ManifestKey = new [] { "manifestKey" },
                     RoleArn = new [] { "roleArn" }
                 },
                 StartTime = new [] { "startTime" },
                 Status = new [] { "status" }
             };

Properties

Arn

(experimental) arn property.

public string[]? Arn { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of arn is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

CreatedAt

(experimental) created_at property.

public string[]? CreatedAt { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of created_at is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

EndTime

(experimental) end_time property.

public string[]? EndTime { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of end_time is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Id

(experimental) id property.

public string[]? Id { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of id is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

OriginEndpointId

(experimental) origin_endpoint_id property.

public string[]? OriginEndpointId { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of origin_endpoint_id is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Filter with the OriginEndpoint reference

Stability: Experimental

S3Destination

(experimental) s3_destination property.

public MediaPackageHarvestJobNotification.IS3Destination? S3Destination { get; set; }
Property Value

MediaPackageHarvestJobNotification.IS3Destination

Remarks

Specify an array of string values to match this event if the actual value of s3_destination is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

StartTime

(experimental) start_time property.

public string[]? StartTime { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of start_time is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Status

(experimental) status property.

public string[]? Status { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of status is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Implements

MediaPackageHarvestJobNotification.IHarvestJob
Back to top Generated by DocFX