AWS Fundamentals Logo
AWS Fundamentals
AWS::Omics::AnnotationStore

Omics AnnotationStore

Definition of AWS::Omics::AnnotationStore Resource Type

Properties

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

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
StoreFormat
string
RequiredCreate-only
Description
string
Reference
ReferenceItem
Create-only
SseConfig
SseConfig
Create-only
StoreOptions
StoreOptions
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::AnnotationStore

Resources:
  MyResource:
    Type: AWS::Omics::AnnotationStore
    Properties:
      Name: "my-name"
      StoreFormat: "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:CreateAnnotationStoreomics:TagResourcekms:DescribeKeykms:GenerateDataKeykms:CreateGrantram:AcceptResourceShareInvitationram:GetResourceShareInvitationsomics:GetAnnotationStore

read

omics:GetAnnotationStore

update

omics:UpdateAnnotationStoreomics:TagResourceomics:UntagResourceomics:GetAnnotationStoreomics:ListTagsForResource

delete

omics:DeleteAnnotationStoreomics:ListAnnotationStores

list

omics:ListAnnotationStores

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
Properties14
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.

NameReferenceSseConfigStoreFormatStoreOptionsTags

External Links