Interface SageMakerGroundTruthLabelingJobTaskStatusChange.SageMakerGroundTruthLabelingJobTaskStatusChangeProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
SageMakerGroundTruthLabelingJobTaskStatusChange.SageMakerGroundTruthLabelingJobTaskStatusChangeProps.Jsii$Proxy
Enclosing class:
SageMakerGroundTruthLabelingJobTaskStatusChange

@Stability(Experimental) public static interface SageMakerGroundTruthLabelingJobTaskStatusChange.SageMakerGroundTruthLabelingJobTaskStatusChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.sagemaker@SageMakerGroundTruthLabelingJobTaskStatusChange event.

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.sagemaker.events.*;
 SageMakerGroundTruthLabelingJobTaskStatusChangeProps sageMakerGroundTruthLabelingJobTaskStatusChangeProps = SageMakerGroundTruthLabelingJobTaskStatusChangeProps.builder()
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .labelingJobArn(List.of("labelingJobArn"))
         .state(List.of("state"))
         .workteamTeamArn(List.of("workteamTeamArn"))
         .build();