Show / Hide Table of Contents

Class ExportJobInProgress.ExportJobInProgressProps

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

Inheritance
object
ExportJobInProgress.ExportJobInProgressProps
Implements
ExportJobInProgress.IExportJobInProgressProps
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 ExportJobInProgress.ExportJobInProgressProps : ExportJobInProgress.IExportJobInProgressProps
Syntax (vb)
Public Class ExportJobInProgress.ExportJobInProgressProps Implements 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

Constructors

ExportJobInProgressProps()

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

Properties

DatastoreId

(experimental) datastoreId property.

EventMetadata

(experimental) EventBridge event metadata.

JobId

(experimental) jobId property.

OutputDataConfig

(experimental) outputDataConfig property.

SubmitTime

(experimental) submitTime property.

Constructors

ExportJobInProgressProps()

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

public ExportJobInProgressProps()
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" }
             };

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

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

OutputDataConfig

(experimental) outputDataConfig property.

public ExportJobInProgress.IOutputDataConfig? OutputDataConfig { get; set; }
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.

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

ExportJobInProgress.IExportJobInProgressProps
Back to top Generated by DocFX