class MediaPackageInputNotification
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaPackage.Events.MediaPackageInputNotification |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmediapackage/events#MediaPackageInputNotification |
Java | software.amazon.awscdk.mixins.preview.services.mediapackage.events.MediaPackageInputNotification |
Python | aws_cdk.mixins_preview.aws_mediapackage.events.MediaPackageInputNotification |
TypeScript | @aws-cdk/mixins-preview » aws_mediapackage » events » MediaPackageInputNotification |
EventBridge event pattern for aws.mediapackage@MediaPackageInputNotification.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as mediapackage_events } from '@aws-cdk/mixins-preview/aws-mediapackage';
const mediaPackageInputNotification = new mediapackage_events.MediaPackageInputNotification();
Initializer
new MediaPackageInputNotification()
Methods
| Name | Description |
|---|---|
| static event | EventBridge event pattern for MediaPackage Input Notification. |
static eventPattern(options?)
public static eventPattern(options?: MediaPackageInputNotificationProps): EventPattern
Parameters
Returns
EventBridge event pattern for MediaPackage Input Notification.

.NET
Go
Java
Python
TypeScript