AWS::Omics::ReferenceRepresents a genomic reference stored in an AWS HealthOmics reference store.
4 configurable properties. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | Create-only |
Name | string | Create-only |
ReferenceStoreId | string | Create-only |
Tags | Array<object> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The reference's ARN. |
CreationJobId | string | The reference's creation job ID. |
CreationTime | string | When the reference was created. |
CreationType | string | The reference's creation type. |
Id | string | The reference's ID. |
Md5 | string | The reference's MD5 checksum. |
Status | string | The reference's status. |
UpdateTime | string | When the reference was updated. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
omics:GetReferenceMetadataomics:ListTagsForResourceomics:ListReferencesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DescriptionNameReferenceStoreIdTags