AWS Fundamentals Logo
AWS Fundamentals
AWS::Omics::VariantStore

Omics VariantStore

Definition of AWS::Omics::VariantStore Resource Type

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Reference
ReferenceItem
RequiredCreate-only
Description
string
SseConfig
SseConfig
Create-only
Tags
TagMap
Create-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreationTimestring-
Idstring-
Statusstring-
StatusMessagestring-
StoreArnstring-
StoreSizeBytesnumber-
UpdateTimestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

omics:CreateVariantStoreomics:TagResourcekms:DescribeKeykms:GenerateDataKeykms:CreateGrantram:AcceptResourceShareInvitationram:GetResourceShareInvitationsomics:GetVariantStore

read

omics:GetVariantStore

update

omics:UpdateVariantStoreomics:TagResourceomics:UntagResourceomics:ListTagsForResourceomics:GetVariantStore

delete

omics:DeleteVariantStoreomics:ListVariantStores

list

omics:ListVariantStores

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

ServiceOmics
Properties12
Required2
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameReferenceSseConfigTags

External Links