Interface EMRAutoScalingPolicyStateChange.EMRAutoScalingPolicyStateChangeProps

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

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

    • 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

    • getResourceId

      @Stability(Experimental) @Nullable default List<String> getResourceId()
      (experimental) resourceId property.

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

    • getScalingResourceType

      @Stability(Experimental) @Nullable default List<String> getScalingResourceType()
      (experimental) scalingResourceType property.

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

    • builder

      Returns:
      a EMRAutoScalingPolicyStateChange.EMRAutoScalingPolicyStateChangeProps.Builder of EMRAutoScalingPolicyStateChange.EMRAutoScalingPolicyStateChangeProps