Show / Hide Table of Contents

Class VariantStoreStatusChange

(experimental) EventBridge event pattern for aws.omics@VariantStoreStatusChange.

Inheritance
object
VariantStoreStatusChange
Namespace: Amazon.CDK.Mixins.Preview.AWS.Omics.Events
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class VariantStoreStatusChange : DeputyBase
Syntax (vb)
Public Class VariantStoreStatusChange Inherits DeputyBase
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 variantStoreStatusChange = new VariantStoreStatusChange();

Synopsis

Constructors

VariantStoreStatusChange()

(experimental) EventBridge event pattern for aws.omics@VariantStoreStatusChange.

Methods

VariantStoreStatusChangePattern(IVariantStoreStatusChangeProps?)

(experimental) EventBridge event pattern for Variant Store Status Change.

Constructors

VariantStoreStatusChange()

(experimental) EventBridge event pattern for aws.omics@VariantStoreStatusChange.

public VariantStoreStatusChange()
Remarks

Stability: Experimental

Methods

VariantStoreStatusChangePattern(IVariantStoreStatusChangeProps?)

(experimental) EventBridge event pattern for Variant Store Status Change.

public static IEventPattern VariantStoreStatusChangePattern(VariantStoreStatusChange.IVariantStoreStatusChangeProps? options = null)
Parameters
options VariantStoreStatusChange.IVariantStoreStatusChangeProps
Returns

IEventPattern

Remarks

Stability: Experimental

Back to top Generated by DocFX