class ImageSetCopyFailed
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.HealthImaging.Events.ImageSetCopyFailed |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awshealthimaging/events#ImageSetCopyFailed |
Java | software.amazon.awscdk.mixins.preview.services.healthimaging.events.ImageSetCopyFailed |
Python | aws_cdk.mixins_preview.aws_healthimaging.events.ImageSetCopyFailed |
TypeScript | @aws-cdk/mixins-preview » aws_healthimaging » events » ImageSetCopyFailed |
EventBridge event pattern for aws.healthimaging@ImageSetCopyFailed.
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 imageSetCopyFailed = new healthimaging_events.ImageSetCopyFailed();
Initializer
new ImageSetCopyFailed()
Methods
| Name | Description |
|---|---|
| static image | EventBridge event pattern for Image Set Copy Failed. |
static imageSetCopyFailedPattern(options?)
public static imageSetCopyFailedPattern(options?: ImageSetCopyFailedProps): EventPattern
Parameters
- options
ImageSet Copy Failed Props
Returns
EventBridge event pattern for Image Set Copy Failed.

.NET
Go
Java
Python
TypeScript