Show / Hide Table of Contents

Class MediaPackageKeyProviderNotification

(experimental) EventBridge event pattern for aws.mediapackage@MediaPackageKeyProviderNotification.

Inheritance
object
MediaPackageKeyProviderNotification
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaPackage.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class MediaPackageKeyProviderNotification : DeputyBase
Syntax (vb)
Public Class MediaPackageKeyProviderNotification Inherits DeputyBase
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.MediaPackage.Events;

             var mediaPackageKeyProviderNotification = new MediaPackageKeyProviderNotification();

Synopsis

Constructors

MediaPackageKeyProviderNotification()

(experimental) EventBridge event pattern for aws.mediapackage@MediaPackageKeyProviderNotification.

Methods

EventPattern(IMediaPackageKeyProviderNotificationProps?)

(experimental) EventBridge event pattern for MediaPackage Key Provider Notification.

Constructors

MediaPackageKeyProviderNotification()

(experimental) EventBridge event pattern for aws.mediapackage@MediaPackageKeyProviderNotification.

public MediaPackageKeyProviderNotification()
Remarks

Stability: Experimental

Methods

EventPattern(IMediaPackageKeyProviderNotificationProps?)

(experimental) EventBridge event pattern for MediaPackage Key Provider Notification.

public static IEventPattern EventPattern(MediaPackageKeyProviderNotification.IMediaPackageKeyProviderNotificationProps? options = null)
Parameters
options MediaPackageKeyProviderNotification.IMediaPackageKeyProviderNotificationProps
Returns

IEventPattern

Remarks

Stability: Experimental

Back to top Generated by DocFX