interface VariantStoreReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Omics.VariantStoreReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsomics#VariantStoreReference |
Java | software.amazon.awscdk.interfaces.omics.VariantStoreReference |
Python | aws_cdk.interfaces.aws_omics.VariantStoreReference |
TypeScript | aws-cdk-lib » interfaces » aws_omics » VariantStoreReference |
A reference to a VariantStore resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_omics as interfaces_omics } from 'aws-cdk-lib/interfaces';
const variantStoreReference: interfaces_omics.VariantStoreReference = {
variantStoreName: 'variantStoreName',
};
Properties
| Name | Type | Description |
|---|---|---|
| variant | string | The Name of the VariantStore resource. |
variantStoreName
Type:
string
The Name of the VariantStore resource.

.NET
Go
Java
Python
TypeScript