Show / Hide Table of Contents

Class ImportJobFailed.ImportJobFailedProps

(experimental) Props type for aws.healthimaging@ImportJobFailed event.

Inheritance
object
ImportJobFailed.ImportJobFailedProps
Implements
ImportJobFailed.IImportJobFailedProps
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 ImportJobFailed.ImportJobFailedProps : ImportJobFailed.IImportJobFailedProps
Syntax (vb)
Public Class ImportJobFailed.ImportJobFailedProps Implements ImportJobFailed.IImportJobFailedProps
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 importJobFailedProps = new ImportJobFailedProps {
                 DatastoreId = new [] { "datastoreId" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 ImagingVersion = new [] { "imagingVersion" },
                 InputS3Uri = new [] { "inputS3Uri" },
                 JobId = new [] { "jobId" },
                 JobName = new [] { "jobName" },
                 JobStatus = new [] { "jobStatus" },
                 OutputS3Uri = new [] { "outputS3Uri" }
             };

Synopsis

Constructors

ImportJobFailedProps()

(experimental) Props type for aws.healthimaging@ImportJobFailed event.

Properties

DatastoreId

(experimental) datastoreId property.

EventMetadata

(experimental) EventBridge event metadata.

ImagingVersion

(experimental) imagingVersion property.

InputS3Uri

(experimental) inputS3Uri property.

JobId

(experimental) jobId property.

JobName

(experimental) jobName property.

JobStatus

(experimental) jobStatus property.

OutputS3Uri

(experimental) outputS3Uri property.

Constructors

ImportJobFailedProps()

(experimental) Props type for aws.healthimaging@ImportJobFailed event.

public ImportJobFailedProps()
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 importJobFailedProps = new ImportJobFailedProps {
                 DatastoreId = new [] { "datastoreId" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 ImagingVersion = new [] { "imagingVersion" },
                 InputS3Uri = new [] { "inputS3Uri" },
                 JobId = new [] { "jobId" },
                 JobName = new [] { "jobName" },
                 JobStatus = new [] { "jobStatus" },
                 OutputS3Uri = new [] { "outputS3Uri" }
             };

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

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

InputS3Uri

(experimental) inputS3Uri property.

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

string[]

Remarks

Specify an array of string values to match this event if the actual value of inputS3Uri 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

JobId

(experimental) jobId property.

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

string[]

Remarks

Specify an array of string values to match this event if the actual value of jobId 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

JobName

(experimental) jobName property.

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

string[]

Remarks

Specify an array of string values to match this event if the actual value of jobName 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

JobStatus

(experimental) jobStatus property.

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

string[]

Remarks

Specify an array of string values to match this event if the actual value of jobStatus 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

OutputS3Uri

(experimental) outputS3Uri property.

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

string[]

Remarks

Specify an array of string values to match this event if the actual value of outputS3Uri 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

ImportJobFailed.IImportJobFailedProps
Back to top Generated by DocFX