AWS::Omics::VariantStoreDefinition of AWS::Omics::VariantStore Resource Type
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Reference | ReferenceItem | RequiredCreate-only |
Description | string | |
SseConfig | SseConfig | Create-only |
Tags | TagMap | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationTime | string | - |
Id | string | - |
Status | string | - |
StatusMessage | string | - |
StoreArn | string | - |
StoreSizeBytes | number | - |
UpdateTime | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Omics::VariantStore
Resources:
MyResource:
Type: AWS::Omics::VariantStore
Properties:
Name: "my-name"
Reference: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
omics:CreateVariantStoreomics:TagResourcekms:DescribeKeykms:GenerateDataKeykms:CreateGrantram:AcceptResourceShareInvitationram:GetResourceShareInvitationsomics:GetVariantStoreomics:GetVariantStoreomics:UpdateVariantStoreomics:TagResourceomics:UntagResourceomics:ListTagsForResourceomics:GetVariantStoreomics:DeleteVariantStoreomics:ListVariantStoresomics:ListVariantStoresOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameReferenceSseConfigTags