AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Omics::SequenceStore

CfnSequenceStore

Creates a sequence store.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnSequenceStoreProps.

nameRequired
string

A name for the store.

accessLogLocationOptional
string

Location of the access logs.

descriptionOptional
string

A description for the store.

eTagAlgorithmFamilyOptional
string

The algorithm family of the ETag.

fallbackLocationOptional
string

An S3 location that is used to store files that have failed a direct upload.

propagatedSetLevelTagsOptional
string[]

The tags keys to propagate to the S3 objects associated with read sets in the sequence store.

s3AccessPolicyOptional
any

The resource policy that controls S3 access on 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::SequenceStore
Properties9

External Links