Show / Hide Table of Contents

Class DatastoreEvents.ImageSetCopyFailed.ImageSetCopyFailedProps

(experimental) Props type for Datastore aws.healthimaging@ImageSetCopyFailed event.

Inheritance
object
DatastoreEvents.ImageSetCopyFailed.ImageSetCopyFailedProps
Implements
DatastoreEvents.ImageSetCopyFailed.IImageSetCopyFailedProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.HealthImaging.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class DatastoreEvents.ImageSetCopyFailed.ImageSetCopyFailedProps : DatastoreEvents.ImageSetCopyFailed.IImageSetCopyFailedProps
Syntax (vb)
Public Class DatastoreEvents.ImageSetCopyFailed.ImageSetCopyFailedProps Implements DatastoreEvents.ImageSetCopyFailed.IImageSetCopyFailedProps
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.HealthImaging.Events;

             var imageSetCopyFailedProps = new ImageSetCopyFailedProps {
                 DatastoreId = new [] { "datastoreId" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 ImageSetId = new [] { "imageSetId" },
                 ImageSetState = new [] { "imageSetState" },
                 ImageSetWorkflowStatus = new [] { "imageSetWorkflowStatus" },
                 ImagingVersion = new [] { "imagingVersion" }
             };

Synopsis

Constructors

ImageSetCopyFailedProps()

(experimental) Props type for Datastore aws.healthimaging@ImageSetCopyFailed event.

Properties

DatastoreId

(experimental) datastoreId property.

EventMetadata

(experimental) EventBridge event metadata.

ImageSetId

(experimental) imageSetId property.

ImageSetState

(experimental) imageSetState property.

ImageSetWorkflowStatus

(experimental) imageSetWorkflowStatus property.

ImagingVersion

(experimental) imagingVersion property.

Constructors

ImageSetCopyFailedProps()

(experimental) Props type for Datastore aws.healthimaging@ImageSetCopyFailed event.

public ImageSetCopyFailedProps()
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.HealthImaging.Events;

             var imageSetCopyFailedProps = new ImageSetCopyFailedProps {
                 DatastoreId = new [] { "datastoreId" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 ImageSetId = new [] { "imageSetId" },
                 ImageSetState = new [] { "imageSetState" },
                 ImageSetWorkflowStatus = new [] { "imageSetWorkflowStatus" },
                 ImagingVersion = new [] { "imagingVersion" }
             };

Properties

DatastoreId

(experimental) datastoreId property.

public string[]? DatastoreId { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of datastoreId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Filter with the Datastore reference

Stability: Experimental

EventMetadata

(experimental) EventBridge event metadata.

public IAWSEventMetadataProps? EventMetadata { get; set; }
Property Value

IAWSEventMetadataProps

Remarks

Default: - -

Stability: Experimental

ImageSetId

(experimental) imageSetId property.

public string[]? ImageSetId { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of imageSetId is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ImageSetState

(experimental) imageSetState property.

public string[]? ImageSetState { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of imageSetState is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ImageSetWorkflowStatus

(experimental) imageSetWorkflowStatus property.

public string[]? ImageSetWorkflowStatus { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of imageSetWorkflowStatus is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

ImagingVersion

(experimental) imagingVersion property.

public string[]? ImagingVersion { get; set; }
Property Value

string[]

Remarks

Specify an array of string values to match this event if the actual value of imagingVersion is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

Default: - Do not filter on this field

Stability: Experimental

Implements

DatastoreEvents.ImageSetCopyFailed.IImageSetCopyFailedProps
Back to top Generated by DocFX