MediaLiveMultiplexAlert
- class aws_cdk.mixins_preview.aws_medialive.events.MediaLiveMultiplexAlert
Bases:
object(experimental) EventBridge event pattern for aws.medialive@MediaLiveMultiplexAlert.
- 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_medialive import events as medialive_events media_live_multiplex_alert = medialive_events.MediaLiveMultiplexAlert()
- Stability:
experimental
Static Methods
- classmethod media_live_multiplex_alert_pattern(*, alarm_state=None, alert_type=None, event_metadata=None, message=None, pipeline=None)
(experimental) EventBridge event pattern for MediaLive Multiplex Alert.
- Parameters:
alarm_state (
Optional[Sequence[str]]) – (experimental) alarm_state property. Specify an array of string values to match this event if the actual value of alarm_state 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 fieldalert_type (
Optional[Sequence[str]]) – (experimental) alert_type property. Specify an array of string values to match this event if the actual value of alert_type 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: - -message (
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 fieldpipeline (
Optional[Sequence[str]]) – (experimental) pipeline property. Specify an array of string values to match this event if the actual value of pipeline 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:
MediaLiveMultiplexAlertProps
- class MediaLiveMultiplexAlert.MediaLiveMultiplexAlertProps(*, alarm_state=None, alert_type=None, event_metadata=None, message=None, pipeline=None)
Bases:
object(experimental) Props type for aws.medialive@MediaLiveMultiplexAlert event.
- Parameters:
alarm_state (
Optional[Sequence[str]]) – (experimental) alarm_state property. Specify an array of string values to match this event if the actual value of alarm_state 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 fieldalert_type (
Optional[Sequence[str]]) – (experimental) alert_type property. Specify an array of string values to match this event if the actual value of alert_type 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: - -message (
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 fieldpipeline (
Optional[Sequence[str]]) – (experimental) pipeline property. Specify an array of string values to match this event if the actual value of pipeline 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_medialive import events as medialive_events media_live_multiplex_alert_props = medialive_events.MediaLiveMultiplexAlert.MediaLiveMultiplexAlertProps( alarm_state=["alarmState"], alert_type=["alertType"], event_metadata=AWSEventMetadataProps( region=["region"], resources=["resources"], version=["version"] ), message=["message"], pipeline=["pipeline"] )
Attributes
- alarm_state
(experimental) alarm_state property.
Specify an array of string values to match this event if the actual value of alarm_state 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
- alert_type
(experimental) alert_type property.
Specify an array of string values to match this event if the actual value of alert_type 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
- 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
- pipeline
(experimental) pipeline property.
Specify an array of string values to match this event if the actual value of pipeline 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