Interface OriginEndpointEvents.MediaPackageHarvestJobNotification.HarvestJob

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

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

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.*;
 HarvestJob harvestJob = HarvestJob.builder()
         .arn(List.of("arn"))
         .createdAt(List.of("createdAt"))
         .endTime(List.of("endTime"))
         .id(List.of("id"))
         .originEndpointId(List.of("originEndpointId"))
         .s3Destination(S3Destination.builder()
                 .bucketName(List.of("bucketName"))
                 .manifestKey(List.of("manifestKey"))
                 .roleArn(List.of("roleArn"))
                 .build())
         .startTime(List.of("startTime"))
         .status(List.of("status"))
         .build();
 
  • Method Details

    • getArn

      @Stability(Experimental) @Nullable default List<String> getArn()
      (experimental) arn property.

      Specify an array of string values to match this event if the actual value of 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

    • getCreatedAt

      @Stability(Experimental) @Nullable default List<String> getCreatedAt()
      (experimental) created_at property.

      Specify an array of string values to match this event if the actual value of created_at 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

    • getEndTime

      @Stability(Experimental) @Nullable default List<String> getEndTime()
      (experimental) end_time property.

      Specify an array of string values to match this event if the actual value of end_time 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

    • getId

      @Stability(Experimental) @Nullable default List<String> getId()
      (experimental) id property.

      Specify an array of string values to match this event if the actual value of id 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

    • getOriginEndpointId

      @Stability(Experimental) @Nullable default List<String> getOriginEndpointId()
      (experimental) origin_endpoint_id property.

      Specify an array of string values to match this event if the actual value of origin_endpoint_id is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

      Default: - Filter with the OriginEndpoint reference

    • getS3Destination

      @Stability(Experimental) @Nullable default OriginEndpointEvents.MediaPackageHarvestJobNotification.S3Destination getS3Destination()
      (experimental) s3_destination property.

      Specify an array of string values to match this event if the actual value of s3_destination 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

    • getStartTime

      @Stability(Experimental) @Nullable default List<String> getStartTime()
      (experimental) start_time property.

      Specify an array of string values to match this event if the actual value of start_time 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

    • getStatus

      @Stability(Experimental) @Nullable default List<String> getStatus()
      (experimental) status property.

      Specify an array of string values to match this event if the actual value of status 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.HarvestJob.Builder of OriginEndpointEvents.MediaPackageHarvestJobNotification.HarvestJob