AWS Fundamentals Logo
AWS Fundamentals
AWS::Omics::Reference

Omics Reference

Represents a genomic reference stored in an AWS HealthOmics reference store.

Properties

4 configurable properties. Click a row to see details.

Filter:
PropertyTypeFlags
Description
string
Create-only
Name
string
Create-only
ReferenceStoreId
string
Create-only
Tags
Array<object>
Create-only

Return Values

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

AttributeTypeDescription
ArnstringThe reference's ARN.
CreationJobIdstringThe reference's creation job ID.
CreationTimestringWhen the reference was created.
CreationTypestringThe reference's creation type.
IdstringThe reference's ID.
Md5stringThe reference's MD5 checksum.
StatusstringThe reference's status.
UpdateTimestringWhen the reference was updated.

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

Resources:
  MyResource:
    Type: AWS::Omics::Reference
    Properties:
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"
      Name: !Ref "AWS::StackName"

Required IAM Permissions

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

read

omics:GetReferenceMetadataomics:ListTagsForResource

list

omics:ListReferences

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
Required0
TaggingSupported
Primary IDArn

Supported Operations

ReadList

Immutable After Creation

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

DescriptionNameReferenceStoreIdTags

External Links