Interface EMRInstanceGroupStateChange.EMRInstanceGroupStateChangeProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
EMRInstanceGroupStateChange.EMRInstanceGroupStateChangeProps.Jsii$Proxy
- Enclosing class:
EMRInstanceGroupStateChange
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forEMRInstanceGroupStateChange.EMRInstanceGroupStateChangeProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) bidPrice property.(experimental) bidPriceAsPercentageOfOnDemandPrice property.(experimental) clusterId property.default AWSEventMetadataProps(experimental) EventBridge event metadata.(experimental) instanceGroupId property.(experimental) instanceGroupType property.(experimental) instanceType property.(experimental) market property.(experimental) message property.(experimental) requestedInstanceCount property.(experimental) runningInstanceCount property.(experimental) severity property.getState()(experimental) state property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEventMetadata
(experimental) EventBridge event metadata.Default: - -
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
@Stability(Experimental) static EMRInstanceGroupStateChange.EMRInstanceGroupStateChangeProps.Builder builder()
-