AWS::Omics::AnnotationStore> AWS HealthOmics variant stores and annotation stores are no longer open to new customers. Existing customers can continue to use the service as normal. For more information, see [AWS HealthOmics variant store and annotation store availability change](https://docs.aws.amazon.com/omics/latest/dev/variant-store-availability-change.html) . Creates an annotation store.
import { CfnAnnotationStore } from 'aws-cdk-lib/aws-omics';Or use the module namespace:
import * as omics from 'aws-cdk-lib/aws-omics';
// omics.CfnAnnotationStoreConfiguration passed to the constructor as CfnAnnotationStoreProps.
nameRequiredstringThe name of the Annotation Store.
storeFormatRequiredstringThe annotation file format of the store.
descriptionOptionalstringA description for the store.
referenceOptionalIResolvable | ReferenceItemPropertyThe genome reference for the store's annotations.
sseConfigOptionalIResolvable | SseConfigPropertyThe store's server-side encryption (SSE) settings.
storeOptionsOptionalIResolvable | StoreOptionsPropertyFile parsing options for the annotation store.
tagsOptional{ [key: string]: string }Tags for the store.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-omicsAWS::Omics::AnnotationStore