class ExportJobCompletedWithErrors
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.HealthLake.Events.ExportJobCompletedWithErrors |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awshealthlake/events#ExportJobCompletedWithErrors |
Java | software.amazon.awscdk.mixins.preview.services.healthlake.events.ExportJobCompletedWithErrors |
Python | aws_cdk.mixins_preview.aws_healthlake.events.ExportJobCompletedWithErrors |
TypeScript | @aws-cdk/mixins-preview » aws_healthlake » events » ExportJobCompletedWithErrors |
EventBridge event pattern for aws.healthlake@ExportJobCompletedWithErrors.
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 exportJobCompletedWithErrors = new healthlake_events.ExportJobCompletedWithErrors();
Initializer
new ExportJobCompletedWithErrors()
Methods
| Name | Description |
|---|---|
| static export | EventBridge event pattern for Export Job Completed With Errors. |
static exportJobCompletedWithErrorsPattern(options?)
public static exportJobCompletedWithErrorsPattern(options?: ExportJobCompletedWithErrorsProps): EventPattern
Parameters
Returns
EventBridge event pattern for Export Job Completed With Errors.

.NET
Go
Java
Python
TypeScript