Show / Hide Table of Contents

Interface ExportJobInProgress.IExportJobInProgressProps

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

Namespace: Amazon.CDK.Mixins.Preview.AWS.HealthLake.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ExportJobInProgress.IExportJobInProgressProps
Syntax (vb)
Public Interface ExportJobInProgress.IExportJobInProgressProps
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 exportJobInProgressProps = new ExportJobInProgressProps {
                 DatastoreId = new [] { "datastoreId" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 JobId = new [] { "jobId" },
                 OutputDataConfig = new OutputDataConfig {
                     S3Uri = new [] { "s3Uri" }
                 },
                 SubmitTime = new [] { "submitTime" }
             };

Synopsis

Properties

DatastoreId

(experimental) datastoreId property.

EventMetadata

(experimental) EventBridge event metadata.

JobId

(experimental) jobId property.

OutputDataConfig

(experimental) outputDataConfig property.

SubmitTime

(experimental) submitTime 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: - Do not filter on this field

Stability: Experimental

EventMetadata

(experimental) EventBridge event metadata.

IAWSEventMetadataProps? EventMetadata { get; }
Property Value

IAWSEventMetadataProps

Remarks

Default: - -

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

OutputDataConfig

(experimental) outputDataConfig property.

ExportJobInProgress.IOutputDataConfig? OutputDataConfig { get; }
Property Value

ExportJobInProgress.IOutputDataConfig

Remarks

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

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

Back to top Generated by DocFX