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