Interface OriginEndpointEvents.MediaPackageHarvestJobNotification.S3Destination
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OriginEndpointEvents.MediaPackageHarvestJobNotification.S3Destination.Jsii$Proxy
- Enclosing class:
OriginEndpointEvents.MediaPackageHarvestJobNotification
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.*;
S3Destination s3Destination = S3Destination.builder()
.bucketName(List.of("bucketName"))
.manifestKey(List.of("manifestKey"))
.roleArn(List.of("roleArn"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forOriginEndpointEvents.MediaPackageHarvestJobNotification.S3Destination -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) bucket_name property.(experimental) manifest_key property.(experimental) role_arn property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBucketName
(experimental) bucket_name property.Specify an array of string values to match this event if the actual value of bucket_name 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
-
getManifestKey
(experimental) manifest_key property.Specify an array of string values to match this event if the actual value of manifest_key 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
-
getRoleArn
(experimental) role_arn property.Specify an array of string values to match this event if the actual value of role_arn 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 OriginEndpointEvents.MediaPackageHarvestJobNotification.S3Destination.Builder builder()
-