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

.NET
Go
Java
Python
TypeScript