Interface MediaLiveChannelAlert.MediaLiveChannelAlertProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
MediaLiveChannelAlert.MediaLiveChannelAlertProps.Jsii$Proxy
Enclosing class:
MediaLiveChannelAlert

@Stability(Experimental) public static interface MediaLiveChannelAlert.MediaLiveChannelAlertProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.medialive@MediaLiveChannelAlert event.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.medialive.events.*;
 MediaLiveChannelAlertProps mediaLiveChannelAlertProps = MediaLiveChannelAlertProps.builder()
         .alarmId(List.of("alarmId"))
         .alarmState(List.of("alarmState"))
         .alertType(List.of("alertType"))
         .channelArn(List.of("channelArn"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .message(List.of("message"))
         .pipeline(List.of("pipeline"))
         .build();
 
  • Method Details

    • getAlarmId

      @Stability(Experimental) @Nullable default List<String> getAlarmId()
      (experimental) alarm_id property.

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

    • getAlarmState

      @Stability(Experimental) @Nullable default List<String> getAlarmState()
      (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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getAlertType

      @Stability(Experimental) @Nullable default List<String> getAlertType()
      (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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getChannelArn

      @Stability(Experimental) @Nullable default List<String> getChannelArn()
      (experimental) channel_arn property.

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

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getMessage

      @Stability(Experimental) @Nullable default List<String> getMessage()
      (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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getPipeline

      @Stability(Experimental) @Nullable default List<String> getPipeline()
      (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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static MediaLiveChannelAlert.MediaLiveChannelAlertProps.Builder builder()
      Returns:
      a MediaLiveChannelAlert.MediaLiveChannelAlertProps.Builder of MediaLiveChannelAlert.MediaLiveChannelAlertProps