Interface TranscribeJobStateChange.TranscribeJobStateChangeProps

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

@Stability(Experimental) public static interface TranscribeJobStateChange.TranscribeJobStateChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.transcribe@TranscribeJobStateChange 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.transcribe.events.*;
 TranscribeJobStateChangeProps transcribeJobStateChangeProps = TranscribeJobStateChangeProps.builder()
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .transcriptionJobName(List.of("transcriptionJobName"))
         .transcriptionJobStatus(List.of("transcriptionJobStatus"))
         .build();
 
  • Method Details

    • getEventMetadata

      @Stability(Experimental) @Nullable default AWSEventMetadataProps getEventMetadata()
      (experimental) EventBridge event metadata.

      Default: - -

    • getTranscriptionJobName

      @Stability(Experimental) @Nullable default List<String> getTranscriptionJobName()
      (experimental) TranscriptionJobName property.

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

    • getTranscriptionJobStatus

      @Stability(Experimental) @Nullable default List<String> getTranscriptionJobStatus()
      (experimental) TranscriptionJobStatus property.

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

      @Stability(Experimental) static TranscribeJobStateChange.TranscribeJobStateChangeProps.Builder builder()
      Returns:
      a TranscribeJobStateChange.TranscribeJobStateChangeProps.Builder of TranscribeJobStateChange.TranscribeJobStateChangeProps