interface IVariantStoreRef
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.Omics.IVariantStoreRef | 
  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsomics#IVariantStoreRef | 
  Java | software.amazon.awscdk.services.omics.IVariantStoreRef | 
  Python | aws_cdk.aws_omics.IVariantStoreRef | 
  TypeScript  | aws-cdk-lib » aws_omics » IVariantStoreRef | 
Implemented by
Cfn
Obtainable from
Cfn.fromVariantStoreName()
Indicates that this resource can be referenced as a VariantStore.
Properties
| Name | Type | Description | 
|---|---|---|
| node | Node | The tree node. | 
| variant | Variant | A reference to a VariantStore resource. | 
node
Type:
Node
The tree node.
variantStoreRef
Type:
Variant
A reference to a VariantStore resource.

 .NET
 Go
 Java
 Python
 TypeScript