Interface EMRInstanceFleetStateChange.EMRInstanceFleetStateChangeProps

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

@Stability(Experimental) public static interface EMRInstanceFleetStateChange.EMRInstanceFleetStateChangeProps extends software.amazon.jsii.JsiiSerializable
(experimental) Props type for aws.emr@EMRInstanceFleetStateChange 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.*;
 EMRInstanceFleetStateChangeProps eMRInstanceFleetStateChangeProps = EMRInstanceFleetStateChangeProps.builder()
         .clusterId(List.of("clusterId"))
         .eventMetadata(AWSEventMetadataProps.builder()
                 .region(List.of("region"))
                 .resources(List.of("resources"))
                 .version(List.of("version"))
                 .build())
         .instanceFleetId(List.of("instanceFleetId"))
         .instanceFleetType(List.of("instanceFleetType"))
         .message(List.of("message"))
         .provisionedOnDemandCapacity(List.of("provisionedOnDemandCapacity"))
         .provisionedSpotCapacity(List.of("provisionedSpotCapacity"))
         .severity(List.of("severity"))
         .state(List.of("state"))
         .targetOnDemandCapacity(List.of("targetOnDemandCapacity"))
         .targetSpotCapacity(List.of("targetSpotCapacity"))
         .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: - -

    • getInstanceFleetId

      @Stability(Experimental) @Nullable default List<String> getInstanceFleetId()
      (experimental) instanceFleetId property.

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

    • getInstanceFleetType

      @Stability(Experimental) @Nullable default List<String> getInstanceFleetType()
      (experimental) instanceFleetType property.

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

    • getProvisionedOnDemandCapacity

      @Stability(Experimental) @Nullable default List<String> getProvisionedOnDemandCapacity()
      (experimental) provisionedOnDemandCapacity property.

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

    • getProvisionedSpotCapacity

      @Stability(Experimental) @Nullable default List<String> getProvisionedSpotCapacity()
      (experimental) provisionedSpotCapacity property.

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

    • getTargetOnDemandCapacity

      @Stability(Experimental) @Nullable default List<String> getTargetOnDemandCapacity()
      (experimental) targetOnDemandCapacity property.

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

    • getTargetSpotCapacity

      @Stability(Experimental) @Nullable default List<String> getTargetSpotCapacity()
      (experimental) targetSpotCapacity property.

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