AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Omics::VariantStore

CfnVariantStore

Create a store for variant data.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnVariantStoreProps.

nameRequired
string

A name for the store.

referenceRequired
IResolvable | ReferenceItemProperty

The genome reference for the store's variants.

descriptionOptional
string

A description for the store.

sseConfigOptional
IResolvable | SseConfigProperty

Server-side encryption (SSE) settings for the 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::VariantStore
Properties5

External Links