Interface EMRInstanceGroupStateChange.EMRInstanceGroupStateChangeProps

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

@Stability(Experimental) public static interface EMRInstanceGroupStateChange.EMRInstanceGroupStateChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.emr@EMRInstanceGroupStateChange 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.*;
 EMRInstanceGroupStateChangeProps eMRInstanceGroupStateChangeProps = EMRInstanceGroupStateChangeProps.builder()
         .bidPrice(List.of("bidPrice"))
         .bidPriceAsPercentageOfOnDemandPrice(List.of("bidPriceAsPercentageOfOnDemandPrice"))
         .clusterId(List.of("clusterId"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .instanceGroupId(List.of("instanceGroupId"))
         .instanceGroupType(List.of("instanceGroupType"))
         .instanceType(List.of("instanceType"))
         .market(List.of("market"))
         .message(List.of("message"))
         .requestedInstanceCount(List.of("requestedInstanceCount"))
         .runningInstanceCount(List.of("runningInstanceCount"))
         .severity(List.of("severity"))
         .state(List.of("state"))
         .build();
 
  • Method Details

    • getBidPrice

      @Stability(Experimental) @Nullable default List<String> getBidPrice()
      (experimental) bidPrice property.

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

    • getBidPriceAsPercentageOfOnDemandPrice

      @Stability(Experimental) @Nullable default List<String> getBidPriceAsPercentageOfOnDemandPrice()
      (experimental) bidPriceAsPercentageOfOnDemandPrice property.

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

    • getInstanceGroupId

      @Stability(Experimental) @Nullable default List<String> getInstanceGroupId()
      (experimental) instanceGroupId property.

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

    • getInstanceGroupType

      @Stability(Experimental) @Nullable default List<String> getInstanceGroupType()
      (experimental) instanceGroupType property.

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

    • getInstanceType

      @Stability(Experimental) @Nullable default List<String> getInstanceType()
      (experimental) instanceType property.

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

    • getMarket

      @Stability(Experimental) @Nullable default List<String> getMarket()
      (experimental) market property.

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

    • 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

    • getRequestedInstanceCount

      @Stability(Experimental) @Nullable default List<String> getRequestedInstanceCount()
      (experimental) requestedInstanceCount property.

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

    • getRunningInstanceCount

      @Stability(Experimental) @Nullable default List<String> getRunningInstanceCount()
      (experimental) runningInstanceCount property.

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