class ImportJobInProgress
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.HealthImaging.Events.ImportJobInProgress |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awshealthimaging/events#ImportJobInProgress |
Java | software.amazon.awscdk.mixins.preview.services.healthimaging.events.ImportJobInProgress |
Python | aws_cdk.mixins_preview.aws_healthimaging.events.ImportJobInProgress |
TypeScript | @aws-cdk/mixins-preview » aws_healthimaging » events » ImportJobInProgress |
EventBridge event pattern for aws.healthimaging@ImportJobInProgress.
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 importJobInProgress = new healthimaging_events.ImportJobInProgress();
Initializer
new ImportJobInProgress()
Methods
| Name | Description |
|---|---|
| static import | EventBridge event pattern for Import Job In Progress. |
static importJobInProgressPattern(options?)
public static importJobInProgressPattern(options?: ImportJobInProgressProps): EventPattern
Parameters
- options
ImportJob In Progress Props
Returns
EventBridge event pattern for Import Job In Progress.

.NET
Go
Java
Python
TypeScript