class ImageSetCopying
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.HealthImaging.Events.DatastoreEvents.ImageSetCopying |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awshealthimaging/events#DatastoreEvents_ImageSetCopying |
Java | software.amazon.awscdk.mixins.preview.services.healthimaging.events.DatastoreEvents.ImageSetCopying |
Python | aws_cdk.mixins_preview.aws_healthimaging.events.DatastoreEvents.ImageSetCopying |
TypeScript | @aws-cdk/mixins-preview » aws_healthimaging » events » DatastoreEvents » ImageSetCopying |
aws.healthimaging@ImageSetCopying event types for Datastore.
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.DatastoreEvents.ImageSetCopying();
Initializer
new ImageSetCopying()

.NET
Go
Java
Python
TypeScript