AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Omics::AnnotationStore

CfnAnnotationStore

> 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

import { CfnAnnotationStore } from 'aws-cdk-lib/aws-omics';

Or use the module namespace:

import * as omics from 'aws-cdk-lib/aws-omics';
// omics.CfnAnnotationStore

Properties

Configuration passed to the constructor as CfnAnnotationStoreProps.

nameRequired
string

The name of the Annotation Store.

storeFormatRequired
string

The annotation file format of the store.

descriptionOptional
string

A description for the store.

referenceOptional
IResolvable | ReferenceItemProperty

The genome reference for the store's annotations.

sseConfigOptional
IResolvable | SseConfigProperty

The store's server-side encryption (SSE) settings.

storeOptionsOptional
IResolvable | StoreOptionsProperty

File parsing options for the annotation store.

tagsOptional
{ [key: string]: string }

Tags for the store.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-omics
CFN TypeAWS::Omics::AnnotationStore
Properties7

External Links