class BatchJobStateChange
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Batch.Events.BatchJobStateChange |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbatch/events#BatchJobStateChange |
Java | software.amazon.awscdk.mixins.preview.services.batch.events.BatchJobStateChange |
Python | aws_cdk.mixins_preview.aws_batch.events.BatchJobStateChange |
TypeScript | @aws-cdk/mixins-preview » aws_batch » events » BatchJobStateChange |
EventBridge event pattern for aws.batch@BatchJobStateChange.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as batch_events } from '@aws-cdk/mixins-preview/aws-batch';
const batchJobStateChange = new batch_events.BatchJobStateChange();
Initializer
new BatchJobStateChange()
Methods
| Name | Description |
|---|---|
| static batch | EventBridge event pattern for Batch Job State Change. |
static batchJobStateChangePattern(options?)
public static batchJobStateChangePattern(options?: BatchJobStateChangeProps): EventPattern
Parameters
- options
BatchJob State Change Props
Returns
EventBridge event pattern for Batch Job State Change.

.NET
Go
Java
Python
TypeScript