Interface ChannelEvents.MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ChannelEvents.MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps.Jsii$Proxy
- Enclosing class:
ChannelEvents.MediaLiveChannelInputChange
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.*;
MediaLiveChannelInputChangeProps mediaLiveChannelInputChangeProps = MediaLiveChannelInputChangeProps.builder()
.activeInputAttachmentName(List.of("activeInputAttachmentName"))
.activeInputSwitchActionName(List.of("activeInputSwitchActionName"))
.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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forChannelEvents.MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) active_input_attachment_name property.(experimental) active_input_switch_action_name property.(experimental) channel_arn property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) message property.(experimental) pipeline property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActiveInputAttachmentName
(experimental) active_input_attachment_name property.Specify an array of string values to match this event if the actual value of active_input_attachment_name 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
-
getActiveInputSwitchActionName
(experimental) active_input_switch_action_name property.Specify an array of string values to match this event if the actual value of active_input_switch_action_name 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
-
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.Matchfor more advanced matching options.Default: - Filter with the Channel reference
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static ChannelEvents.MediaLiveChannelInputChange.MediaLiveChannelInputChangeProps.Builder builder()
-