class MediaLiveChannelInputChange
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Events.MediaLiveChannelInputChange |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/events#MediaLiveChannelInputChange |
Java | software.amazon.awscdk.mixins.preview.services.medialive.events.MediaLiveChannelInputChange |
Python | aws_cdk.mixins_preview.aws_medialive.events.MediaLiveChannelInputChange |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » events » MediaLiveChannelInputChange |
EventBridge event pattern for aws.medialive@MediaLiveChannelInputChange.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as medialive_events } from '@aws-cdk/mixins-preview/aws-medialive';
const mediaLiveChannelInputChange = new medialive_events.MediaLiveChannelInputChange();
Initializer
new MediaLiveChannelInputChange()
Methods
| Name | Description |
|---|---|
| static media | EventBridge event pattern for MediaLive Channel Input Change. |
static mediaLiveChannelInputChangePattern(options?)
public static mediaLiveChannelInputChangePattern(options?: MediaLiveChannelInputChangeProps): EventPattern
Parameters
- options
MediaLive Channel Input Change Props
Returns
EventBridge event pattern for MediaLive Channel Input Change.

.NET
Go
Java
Python
TypeScript