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

.NET
Go
Java
Python
TypeScript