Show / Hide Table of Contents

Class VariantStoreStatusChange.VariantStoreStatusChangeProps

(experimental) Props type for aws.omics@VariantStoreStatusChange event.

Inheritance
object
VariantStoreStatusChange.VariantStoreStatusChangeProps
Implements
VariantStoreStatusChange.IVariantStoreStatusChangeProps
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.Omics.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class VariantStoreStatusChange.VariantStoreStatusChangeProps : VariantStoreStatusChange.IVariantStoreStatusChangeProps
Syntax (vb)
Public Class VariantStoreStatusChange.VariantStoreStatusChangeProps Implements VariantStoreStatusChange.IVariantStoreStatusChangeProps
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 variantStoreStatusChangeProps = new VariantStoreStatusChangeProps {
                 Arn = new [] { "arn" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 OmicsVersion = new [] { "omicsVersion" },
                 Status = new [] { "status" },
                 StoreId = new [] { "storeId" },
                 StoreName = new [] { "storeName" }
             };

Synopsis

Constructors

VariantStoreStatusChangeProps()

(experimental) Props type for aws.omics@VariantStoreStatusChange event.

Properties

Arn

(experimental) arn property.

EventMetadata

(experimental) EventBridge event metadata.

OmicsVersion

(experimental) omicsVersion property.

Status

(experimental) status property.

StoreId

(experimental) storeId property.

StoreName

(experimental) storeName property.

Constructors

VariantStoreStatusChangeProps()

(experimental) Props type for aws.omics@VariantStoreStatusChange event.

public VariantStoreStatusChangeProps()
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 variantStoreStatusChangeProps = new VariantStoreStatusChangeProps {
                 Arn = new [] { "arn" },
                 EventMetadata = new AWSEventMetadataProps {
                     Region = new [] { "region" },
                     Resources = new [] { "resources" },
                     Version = new [] { "version" }
                 },
                 OmicsVersion = new [] { "omicsVersion" },
                 Status = new [] { "status" },
                 StoreId = new [] { "storeId" },
                 StoreName = new [] { "storeName" }
             };

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

IAWSEventMetadataProps

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

StoreId

(experimental) storeId property.

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

string[]

Remarks

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

StoreName

(experimental) storeName property.

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

string[]

Remarks

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

VariantStoreStatusChange.IVariantStoreStatusChangeProps
Back to top Generated by DocFX