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

.NET
Go
Java
Python
TypeScript