Interface EMRStepStatusChange.EMRStepStatusChangeProps

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

@Stability(Experimental) public static interface EMRStepStatusChange.EMRStepStatusChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.emr@EMRStepStatusChange 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.emr.events.*;
 EMRStepStatusChangeProps eMRStepStatusChangeProps = EMRStepStatusChangeProps.builder()
         .actionOnFailure(List.of("actionOnFailure"))
         .clusterId(List.of("clusterId"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .message(List.of("message"))
         .name(List.of("name"))
         .severity(List.of("severity"))
         .state(List.of("state"))
         .stepId(List.of("stepId"))
         .build();
 
  • Method Details

    • getActionOnFailure

      @Stability(Experimental) @Nullable default List<String> getActionOnFailure()
      (experimental) actionOnFailure property.

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

    • getClusterId

      @Stability(Experimental) @Nullable default List<String> getClusterId()
      (experimental) clusterId property.

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

    • getEventMetadata

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

      Default: - -

    • getMessage

      @Stability(Experimental) @Nullable default List<String> getMessage()
      (experimental) message property.

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

    • getSeverity

      @Stability(Experimental) @Nullable default List<String> getSeverity()
      (experimental) severity property.

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

    • getState

      @Stability(Experimental) @Nullable default List<String> getState()
      (experimental) state property.

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

    • getStepId

      @Stability(Experimental) @Nullable default List<String> getStepId()
      (experimental) stepId property.

      Specify an array of string values to match this event if the actual value of stepId 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 EMRStepStatusChange.EMRStepStatusChangeProps.Builder builder()
      Returns:
      a EMRStepStatusChange.EMRStepStatusChangeProps.Builder of EMRStepStatusChange.EMRStepStatusChangeProps