class ExportJobFailed
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.HealthLake.Events.ExportJobFailed |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awshealthlake/events#ExportJobFailed |
Java | software.amazon.awscdk.mixins.preview.services.healthlake.events.ExportJobFailed |
Python | aws_cdk.mixins_preview.aws_healthlake.events.ExportJobFailed |
TypeScript | @aws-cdk/mixins-preview » aws_healthlake » events » ExportJobFailed |
EventBridge event pattern for aws.healthlake@ExportJobFailed.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as healthlake_events } from '@aws-cdk/mixins-preview/aws-healthlake';
const exportJobFailed = new healthlake_events.ExportJobFailed();
Initializer
new ExportJobFailed()
Methods
| Name | Description |
|---|---|
| static export | EventBridge event pattern for Export Job Failed. |
static exportJobFailedPattern(options?)
public static exportJobFailedPattern(options?: ExportJobFailedProps): EventPattern
Parameters
- options
ExportJob Failed Props
Returns
EventBridge event pattern for Export Job Failed.

.NET
Go
Java
Python
TypeScript