Class RunStatusChange.RunStatusChangeProps
(experimental) Props type for aws.omics@RunStatusChange event.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.Omics.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class RunStatusChange.RunStatusChangeProps : RunStatusChange.IRunStatusChangeProps
Syntax (vb)
Public Class RunStatusChange.RunStatusChangeProps Implements RunStatusChange.IRunStatusChangeProps
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.Omics.Events;
var runStatusChangeProps = new RunStatusChangeProps {
Arn = new [] { "arn" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
OmicsVersion = new [] { "omicsVersion" },
Status = new [] { "status" }
};
Synopsis
Constructors
| RunStatusChangeProps() | (experimental) Props type for aws.omics@RunStatusChange event. |
Properties
| Arn | (experimental) arn property. |
| EventMetadata | (experimental) EventBridge event metadata. |
| OmicsVersion | (experimental) omicsVersion property. |
| Status | (experimental) status property. |
Constructors
RunStatusChangeProps()
(experimental) Props type for aws.omics@RunStatusChange event.
public RunStatusChangeProps()
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.Omics.Events;
var runStatusChangeProps = new RunStatusChangeProps {
Arn = new [] { "arn" },
EventMetadata = new AWSEventMetadataProps {
Region = new [] { "region" },
Resources = new [] { "resources" },
Version = new [] { "version" }
},
OmicsVersion = new [] { "omicsVersion" },
Status = new [] { "status" }
};
Properties
Arn
(experimental) arn property.
public string[]? Arn { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of arn 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
Remarks
Default: - -
Stability: Experimental
OmicsVersion
(experimental) omicsVersion property.
public string[]? OmicsVersion { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of omicsVersion 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
Status
(experimental) status property.
public string[]? Status { get; set; }
Property Value
string[]
Remarks
Specify an array of string values to match this event if the actual value of status 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