Show / Hide Table of Contents

Interface ImportJobSubmitted.IImportJobSubmittedProps

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

Namespace: Amazon.CDK.Mixins.Preview.AWS.HealthImaging.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ImportJobSubmitted.IImportJobSubmittedProps
Syntax (vb)
Public Interface ImportJobSubmitted.IImportJobSubmittedProps
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 importJobSubmittedProps = new ImportJobSubmittedProps {
                 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

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.

Properties

DatastoreId

(experimental) datastoreId property.

string[]? DatastoreId { get; }
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.

IAWSEventMetadataProps? EventMetadata { get; }
Property Value

IAWSEventMetadataProps

Remarks

Default: - -

Stability: Experimental

ImagingVersion

(experimental) imagingVersion property.

string[]? ImagingVersion { get; }
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.

string[]? InputS3Uri { get; }
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.

string[]? JobId { get; }
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.

string[]? JobName { get; }
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.

string[]? JobStatus { get; }
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.

string[]? OutputS3Uri { get; }
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

Back to top Generated by DocFX