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

.NET
Go
Java
Python
TypeScript