MediaPackageInputNotification
- class aws_cdk.mixins_preview.aws_mediapackage.events.MediaPackageInputNotification
Bases:
object(experimental) EventBridge event pattern for aws.mediapackage@MediaPackageInputNotification.
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_mediapackage import events as mediapackage_events media_package_input_notification = mediapackage_events.MediaPackageInputNotification()
- Stability:
experimental
Static Methods
- classmethod event_pattern(*, event=None, event_metadata=None, manifest_urls=None, message=None, packaging_configuration_id=None)
(experimental) EventBridge event pattern for MediaPackage Input Notification.
- Parameters:
event (
Optional[Sequence[str]]) – (experimental) event property. 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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -manifest_urls (
Optional[Sequence[str]]) – (experimental) manifest_urls property. 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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldmessage (
Optional[Sequence[str]]) – (experimental) message property. 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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldpackaging_configuration_id (
Optional[Sequence[str]]) – (experimental) packaging_configuration_id property. 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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- Return type:
MediaPackageInputNotificationProps
- class MediaPackageInputNotification.MediaPackageInputNotificationProps(*, event=None, event_metadata=None, manifest_urls=None, message=None, packaging_configuration_id=None)
Bases:
object(experimental) Props type for aws.mediapackage@MediaPackageInputNotification event.
- Parameters:
event (
Optional[Sequence[str]]) – (experimental) event property. 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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldevent_metadata (
Union[AWSEventMetadataProps,Dict[str,Any],None]) – (experimental) EventBridge event metadata. Default: - -manifest_urls (
Optional[Sequence[str]]) – (experimental) manifest_urls property. 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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldmessage (
Optional[Sequence[str]]) – (experimental) message property. 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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this fieldpackaging_configuration_id (
Optional[Sequence[str]]) – (experimental) packaging_configuration_id property. 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 theaws_events.Matchfor more advanced matching options. Default: - Do not filter on this field
- Stability:
experimental
- ExampleMetadata:
fixture=_generated
Example:
from aws_cdk import AWSEventMetadataProps # The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.mixins_preview.aws_mediapackage import events as mediapackage_events media_package_input_notification_props = mediapackage_events.MediaPackageInputNotification.MediaPackageInputNotificationProps( event=["event"], event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), manifest_urls=["manifestUrls"], message=["message"], packaging_configuration_id=["packagingConfigurationId"] )
Attributes
- event
(experimental) event property.
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.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- event_metadata
(experimental) EventBridge event metadata.
- Default:
- Stability:
experimental
- manifest_urls
(experimental) manifest_urls property.
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.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- message
(experimental) message property.
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.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental
- packaging_configuration_id
(experimental) packaging_configuration_id property.
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.Matchfor more advanced matching options.- Default:
Do not filter on this field
- Stability:
experimental