class EMRInstanceGroupStateChange
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EMR.Events.EMRInstanceGroupStateChange |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsemr/events#EMRInstanceGroupStateChange |
Java | software.amazon.awscdk.mixins.preview.services.emr.events.EMRInstanceGroupStateChange |
Python | aws_cdk.mixins_preview.aws_emr.events.EMRInstanceGroupStateChange |
TypeScript | @aws-cdk/mixins-preview » aws_emr » events » EMRInstanceGroupStateChange |
EventBridge event pattern for aws.emr@EMRInstanceGroupStateChange.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as emr_events } from '@aws-cdk/mixins-preview/aws-emr';
const eMRInstanceGroupStateChange = new emr_events.EMRInstanceGroupStateChange();
Initializer
new EMRInstanceGroupStateChange()
Methods
| Name | Description |
|---|---|
| static emr | EventBridge event pattern for EMR Instance Group State Change. |
static emrInstanceGroupStateChangePattern(options?)
public static emrInstanceGroupStateChangePattern(options?: EMRInstanceGroupStateChangeProps): EventPattern
Parameters
- options
EMRInstanceGroup State Change Props
Returns
EventBridge event pattern for EMR Instance Group State Change.

.NET
Go
Java
Python
TypeScript