Show / Hide Table of Contents

Class MediaPackageInputNotification.MediaPackageInputNotificationProps

(experimental) Props type for aws.mediapackage@MediaPackageInputNotification event.

Inheritance
object
MediaPackageInputNotification.MediaPackageInputNotificationProps
Implements
MediaPackageInputNotification.IMediaPackageInputNotificationProps
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 MediaPackageInputNotification.MediaPackageInputNotificationProps : MediaPackageInputNotification.IMediaPackageInputNotificationProps
Syntax (vb)
Public Class MediaPackageInputNotification.MediaPackageInputNotificationProps Implements MediaPackageInputNotification.IMediaPackageInputNotificationProps
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 mediaPackageInputNotificationProps = new MediaPackageInputNotificationProps {
                 Event = new [] { "event" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 ManifestUrls = new [] { "manifestUrls" },
                 Message = new [] { "message" },
                 PackagingConfigurationId = new [] { "packagingConfigurationId" }
             };

Synopsis

Constructors

MediaPackageInputNotificationProps()

(experimental) Props type for aws.mediapackage@MediaPackageInputNotification event.

Properties

Event

(experimental) event property.

EventMetadata

(experimental) EventBridge event metadata.

ManifestUrls

(experimental) manifest_urls property.

Message

(experimental) message property.

PackagingConfigurationId

(experimental) packaging_configuration_id property.

Constructors

MediaPackageInputNotificationProps()

(experimental) Props type for aws.mediapackage@MediaPackageInputNotification event.

public MediaPackageInputNotificationProps()
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 mediaPackageInputNotificationProps = new MediaPackageInputNotificationProps {
                 Event = new [] { "event" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 ManifestUrls = new [] { "manifestUrls" },
                 Message = new [] { "message" },
                 PackagingConfigurationId = new [] { "packagingConfigurationId" }
             };

Properties

Event

(experimental) event property.

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

string[]

Remarks

Specify an array of string values to match this event if the actual value of event 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

EventMetadata

(experimental) EventBridge event metadata.

public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value

IAWSEventMetadataProps

Remarks

Default: - -

Stability: Experimental

ManifestUrls

(experimental) manifest_urls property.

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

string[]

Remarks

Specify an array of string values to match this event if the actual value of manifest_urls 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

Message

(experimental) message property.

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

string[]

Remarks

Specify an array of string values to match this event if the actual value of message 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

PackagingConfigurationId

(experimental) packaging_configuration_id property.

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

string[]

Remarks

Specify an array of string values to match this event if the actual value of packaging_configuration_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

Implements

MediaPackageInputNotification.IMediaPackageInputNotificationProps
Back to top Generated by DocFX