AWS::Omics::SequenceStoreCreates a sequence store.
import { CfnSequenceStore } from 'aws-cdk-lib/aws-omics';Or use the module namespace:
import * as omics from 'aws-cdk-lib/aws-omics';
// omics.CfnSequenceStoreConfiguration passed to the constructor as CfnSequenceStoreProps.
nameRequiredstringA name for the store.
accessLogLocationOptionalstringLocation of the access logs.
descriptionOptionalstringA description for the store.
eTagAlgorithmFamilyOptionalstringThe algorithm family of the ETag.
fallbackLocationOptionalstringAn S3 location that is used to store files that have failed a direct upload.
propagatedSetLevelTagsOptionalstring[]The tags keys to propagate to the S3 objects associated with read sets in the sequence store.
s3AccessPolicyOptionalanyThe resource policy that controls S3 access on the store.
sseConfigOptionalIResolvable | SseConfigPropertyServer-side encryption (SSE) settings for the 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::SequenceStore