interface VariantStoreReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Omics.VariantStoreReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsomics#VariantStoreReference |
![]() | software.amazon.awscdk.services.omics.VariantStoreReference |
![]() | aws_cdk.aws_omics.VariantStoreReference |
![]() | aws-cdk-lib » 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 omics } from 'aws-cdk-lib';
const variantStoreReference: 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.