Interface OriginEndpointEvents.MediaPackageHarvestJobNotification.HarvestJob
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OriginEndpointEvents.MediaPackageHarvestJobNotification.HarvestJob.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.*;
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forOriginEndpointEvents.MediaPackageHarvestJobNotification.HarvestJob -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getArn()(experimental) arn property.(experimental) created_at property.(experimental) end_time property.getId()(experimental) id property.(experimental) origin_endpoint_id property.(experimental) s3_destination property.(experimental) start_time property.(experimental) status property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static OriginEndpointEvents.MediaPackageHarvestJobNotification.HarvestJob.Builder builder()
-