class EMRConfigurationError
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EMR.Events.EMRConfigurationError |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsemr/events#EMRConfigurationError |
Java | software.amazon.awscdk.mixins.preview.services.emr.events.EMRConfigurationError |
Python | aws_cdk.mixins_preview.aws_emr.events.EMRConfigurationError |
TypeScript | @aws-cdk/mixins-preview » aws_emr » events » EMRConfigurationError |
EventBridge event pattern for aws.emr@EMRConfigurationError.
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 eMRConfigurationError = new emr_events.EMRConfigurationError();
Initializer
new EMRConfigurationError()
Methods
| Name | Description |
|---|---|
| static emr | EventBridge event pattern for EMR Configuration Error. |
static emrConfigurationErrorPattern(options?)
public static emrConfigurationErrorPattern(options?: EMRConfigurationErrorProps): EventPattern
Parameters
- options
EMRConfigurationError Props
Returns
EventBridge event pattern for EMR Configuration Error.

.NET
Go
Java
Python
TypeScript