Interface OriginEndpointEvents.MediaPackageHarvestJobNotification.S3Destination

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
OriginEndpointEvents.MediaPackageHarvestJobNotification.S3Destination.Jsii$Proxy
Enclosing class:
OriginEndpointEvents.MediaPackageHarvestJobNotification

@Stability(Experimental) public static interface OriginEndpointEvents.MediaPackageHarvestJobNotification.S3Destination extends software.amazon.jsii.JsiiSerializable
(experimental) Type definition for S3_destination.

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();
 
  • Method Details

    • getBucketName

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getManifestKey

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getRoleArn

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      Returns:
      a OriginEndpointEvents.MediaPackageHarvestJobNotification.S3Destination.Builder of OriginEndpointEvents.MediaPackageHarvestJobNotification.S3Destination