AWS::Omics::VariantStoreCreate a store for variant data.
import { CfnVariantStore } from 'aws-cdk-lib/aws-omics';Or use the module namespace:
import * as omics from 'aws-cdk-lib/aws-omics';
// omics.CfnVariantStoreConfiguration passed to the constructor as CfnVariantStoreProps.
nameRequiredstringA name for the store.
referenceRequiredIResolvable | ReferenceItemPropertyThe genome reference for the store's variants.
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::VariantStore