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

.NET
Go
Java
Python
TypeScript