AWS::Omics::ReferenceStoreCreates a reference store.
import { CfnReferenceStore } from 'aws-cdk-lib/aws-omics';Or use the module namespace:
import * as omics from 'aws-cdk-lib/aws-omics';
// omics.CfnReferenceStoreConfiguration passed to the constructor as CfnReferenceStoreProps.
nameRequiredstringA name for the store.
descriptionOptionalstringA description for 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::ReferenceStore