AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Omics::ReferenceStore

CfnReferenceStore

Creates a reference store.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnReferenceStoreProps.

nameRequired
string

A name for the store.

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::ReferenceStore
Properties4

External Links