class MediaLiveMultiplexAlert
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Events.MediaLiveMultiplexAlert |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/events#MediaLiveMultiplexAlert |
Java | software.amazon.awscdk.mixins.preview.services.medialive.events.MediaLiveMultiplexAlert |
Python | aws_cdk.mixins_preview.aws_medialive.events.MediaLiveMultiplexAlert |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » events » MediaLiveMultiplexAlert |
EventBridge event pattern for aws.medialive@MediaLiveMultiplexAlert.
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 mediaLiveMultiplexAlert = new medialive_events.MediaLiveMultiplexAlert();
Initializer
new MediaLiveMultiplexAlert()
Methods
| Name | Description |
|---|---|
| static media | EventBridge event pattern for MediaLive Multiplex Alert. |
static mediaLiveMultiplexAlertPattern(options?)
public static mediaLiveMultiplexAlertPattern(options?: MediaLiveMultiplexAlertProps): EventPattern
Parameters
- options
MediaLive Multiplex Alert Props
Returns
EventBridge event pattern for MediaLive Multiplex Alert.

.NET
Go
Java
Python
TypeScript