Interface MediaPackageInputNotification.MediaPackageInputNotificationProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MediaPackageInputNotification.MediaPackageInputNotificationProps.Jsii$Proxy
- Enclosing class:
MediaPackageInputNotification
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.*;
MediaPackageInputNotificationProps mediaPackageInputNotificationProps = MediaPackageInputNotificationProps.builder()
.event(List.of("event"))
.eventMetadata(AWSEventMetadataProps.builder()
.region(List.of("region"))
.resources(List.of("resources"))
.version(List.of("version"))
.build())
.manifestUrls(List.of("manifestUrls"))
.message(List.of("message"))
.packagingConfigurationId(List.of("packagingConfigurationId"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forMediaPackageInputNotification.MediaPackageInputNotificationProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getEvent()(experimental) event property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) manifest_urls property.(experimental) message property.(experimental) packaging_configuration_id 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: - -
-
getManifestUrls
(experimental) manifest_urls property.Specify an array of string values to match this event if the actual value of manifest_urls 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
-
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
-
getPackagingConfigurationId
(experimental) packaging_configuration_id property.Specify an array of string values to match this event if the actual value of packaging_configuration_id 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 MediaPackageInputNotification.MediaPackageInputNotificationProps.Builder builder()
-