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

.NET
Go
Java
Python
TypeScript