Interface MediaPackageKeyProviderNotification.MediaPackageKeyProviderNotificationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MediaPackageKeyProviderNotification.MediaPackageKeyProviderNotificationProps.Jsii$Proxy
- Enclosing class:
MediaPackageKeyProviderNotification
@Stability(Experimental)
public static interface MediaPackageKeyProviderNotification.MediaPackageKeyProviderNotificationProps
extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.mediapackage@MediaPackageKeyProviderNotification event.
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.mediapackage.events.*;
MediaPackageKeyProviderNotificationProps mediaPackageKeyProviderNotificationProps = MediaPackageKeyProviderNotificationProps.builder()
.event(List.of("event"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.message(List.of("message"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forMediaPackageKeyProviderNotification.MediaPackageKeyProviderNotificationProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getEvent()(experimental) event property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) message property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEvent
(experimental) event property.Specify an array of string values to match this event if the actual value of event 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
-
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
-
builder
@Stability(Experimental) static MediaPackageKeyProviderNotification.MediaPackageKeyProviderNotificationProps.Builder builder()
-