interface AnnotationStoreReference
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Interfaces.Omics.AnnotationStoreReference |
Go | github.com/aws/aws-cdk-go/awscdk/v2/interfaces/awsomics#AnnotationStoreReference |
Java | software.amazon.awscdk.interfaces.omics.AnnotationStoreReference |
Python | aws_cdk.interfaces.aws_omics.AnnotationStoreReference |
TypeScript | aws-cdk-lib » interfaces » 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 interfaces_aws_omics } from 'aws-cdk-lib/interfaces';
const annotationStoreReference: interfaces_aws_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.

.NET
Go
Java
Python
TypeScript