class ImportJobCompleted
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.HealthImaging.Events.ImportJobCompleted |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awshealthimaging/events#ImportJobCompleted |
Java | software.amazon.awscdk.mixins.preview.services.healthimaging.events.ImportJobCompleted |
Python | aws_cdk.mixins_preview.aws_healthimaging.events.ImportJobCompleted |
TypeScript | @aws-cdk/mixins-preview » aws_healthimaging » events » ImportJobCompleted |
EventBridge event pattern for aws.healthimaging@ImportJobCompleted.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as healthimaging_events } from '@aws-cdk/mixins-preview/aws-healthimaging';
const importJobCompleted = new healthimaging_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