interface AnnotationStoreReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Omics.AnnotationStoreReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsomics#AnnotationStoreReference |
![]() | software.amazon.awscdk.services.omics.AnnotationStoreReference |
![]() | aws_cdk.aws_omics.AnnotationStoreReference |
![]() | aws-cdk-lib » aws_omics » AnnotationStoreReference |
A reference to a AnnotationStore 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 annotationStoreReference: omics.AnnotationStoreReference = {
annotationStoreName: 'annotationStoreName',
};
Properties
Name | Type | Description |
---|---|---|
annotation | string | The Name of the AnnotationStore resource. |
annotationStoreName
Type:
string
The Name of the AnnotationStore resource.