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

.NET
Go
Java
Python
TypeScript