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

.NET
Go
Java
Python
TypeScript