Show / Hide Table of Contents

Class ImportJobSubmitted.ImportJobSubmittedProps

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

Inheritance
object
ImportJobSubmitted.ImportJobSubmittedProps
Implements
ImportJobSubmitted.IImportJobSubmittedProps
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.HealthLake.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class ImportJobSubmitted.ImportJobSubmittedProps : ImportJobSubmitted.IImportJobSubmittedProps
Syntax (vb)
Public Class ImportJobSubmitted.ImportJobSubmittedProps Implements 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.HealthLake.Events;

             var importJobSubmittedProps = new ImportJobSubmittedProps {
                 DatastoreId = new [] { "datastoreId" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 InputDataConfig = new InputDataConfig {
                     S3Uri = new [] { "s3Uri" }
                 },
                 JobId = new [] { "jobId" },
                 SubmitTime = new [] { "submitTime" }
             };

Synopsis

Constructors

ImportJobSubmittedProps()

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

Properties

DatastoreId

(experimental) datastoreId property.

EventMetadata

(experimental) EventBridge event metadata.

InputDataConfig

(experimental) inputDataConfig property.

JobId

(experimental) jobId property.

SubmitTime

(experimental) submitTime property.

Constructors

ImportJobSubmittedProps()

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

public ImportJobSubmittedProps()
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.HealthLake.Events;

             var importJobSubmittedProps = new ImportJobSubmittedProps {
                 DatastoreId = new [] { "datastoreId" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 InputDataConfig = new InputDataConfig {
                     S3Uri = new [] { "s3Uri" }
                 },
                 JobId = new [] { "jobId" },
                 SubmitTime = new [] { "submitTime" }
             };

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: - Do not filter on this field

Stability: Experimental

EventMetadata

(experimental) EventBridge event metadata.

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

IAWSEventMetadataProps

Remarks

Default: - -

Stability: Experimental

InputDataConfig

(experimental) inputDataConfig property.

public ImportJobSubmitted.IInputDataConfig? InputDataConfig { get; set; }
Property Value

ImportJobSubmitted.IInputDataConfig

Remarks

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

SubmitTime

(experimental) submitTime property.

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

string[]

Remarks

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

ImportJobSubmitted.IImportJobSubmittedProps
Back to top Generated by DocFX