AWS Fundamentals Logo
AWS Fundamentals
AWS::Omics::SequenceStore

Omics SequenceStore

Resource Type definition for AWS::Omics::SequenceStore

Properties

9 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
AccessLogLocation
string
Description
string
ETagAlgorithmFamily
string
Create-only
FallbackLocation
string
PropagatedSetLevelTags
Array<string>
S3AccessPolicy
object
SseConfig
SseConfig
Create-only
Tags
TagMap

Return Values

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

AttributeTypeDescription
ArnstringThe store's ARN.
CreationTimestringWhen the store was created.
S3AccessPointArnstringThis is ARN of the access point associated with the S3 bucket storing read sets.
S3UristringThe S3 URI of the sequence store.
SequenceStoreIdstring-
Statusstring-
StatusMessagestringThe status message of the sequence store.
UpdateTimestringThe last-updated time of the sequence store.

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::SequenceStore

Resources:
  MyResource:
    Type: AWS::Omics::SequenceStore
    Properties:
      Name: "my-name"
      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:CreateSequenceStoreomics:GetSequenceStoreomics:GetS3AccessPolicyomics:PutS3AccessPolicyomics:ListTagsForResourceomics:TagResourcekms:DescribeKey

read

omics:GetS3AccessPolicyomics:GetSequenceStoreomics:ListTagsForResource

update

omics:UpdateSequenceStoreomics:GetSequenceStoreomics:TagResourceomics:UntagResourceomics:ListTagsForResourceomics:GetS3AccessPolicyomics:DeleteS3AccessPolicyomics:PutS3AccessPolicy

delete

omics:DeleteSequenceStore

list

omics:ListSequenceStores

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
Properties17
Required1
TaggingSupported
Primary IDSequenceStoreId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

ETagAlgorithmFamilySseConfig

External Links