Show / Hide Table of Contents

Class DatastoreEvents.ImageSetUpdated.ImageSetUpdatedProps

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

Inheritance
object
DatastoreEvents.ImageSetUpdated.ImageSetUpdatedProps
Implements
DatastoreEvents.ImageSetUpdated.IImageSetUpdatedProps
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.ImageSetUpdated.ImageSetUpdatedProps : DatastoreEvents.ImageSetUpdated.IImageSetUpdatedProps
Syntax (vb)
Public Class DatastoreEvents.ImageSetUpdated.ImageSetUpdatedProps Implements DatastoreEvents.ImageSetUpdated.IImageSetUpdatedProps
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 imageSetUpdatedProps = new ImageSetUpdatedProps {
                 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

ImageSetUpdatedProps()

(experimental) Props type for Datastore aws.healthimaging@ImageSetUpdated 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

ImageSetUpdatedProps()

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

public ImageSetUpdatedProps()
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 imageSetUpdatedProps = new ImageSetUpdatedProps {
                 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.ImageSetUpdated.IImageSetUpdatedProps
Back to top Generated by DocFX