Interface TranslateTextTranslationJobStateChange.TranslateTextTranslationJobStateChangeProps

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

@Stability(Experimental) public static interface TranslateTextTranslationJobStateChange.TranslateTextTranslationJobStateChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.translate@TranslateTextTranslationJobStateChange 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.translate.events.*;
 TranslateTextTranslationJobStateChangeProps translateTextTranslationJobStateChangeProps = TranslateTextTranslationJobStateChangeProps.builder()
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .latestUpdateAttemptAt(List.of("latestUpdateAttemptAt"))
         .latestUpdateAttemptStatus(List.of("latestUpdateAttemptStatus"))
         .name(List.of("name"))
         .operation(List.of("operation"))
         .status(List.of("status"))
         .build();
 
  • Method Details

    • getEventMetadata

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

      Default: - -

    • getLatestUpdateAttemptAt

      @Stability(Experimental) @Nullable default List<String> getLatestUpdateAttemptAt()
      (experimental) latestUpdateAttemptAt property.

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

    • getLatestUpdateAttemptStatus

      @Stability(Experimental) @Nullable default List<String> getLatestUpdateAttemptStatus()
      (experimental) latestUpdateAttemptStatus property.

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

    • getName

      @Stability(Experimental) @Nullable default List<String> getName()
      (experimental) name property.

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

    • getOperation

      @Stability(Experimental) @Nullable default List<String> getOperation()
      (experimental) operation property.

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