AWS::Omics::ReferenceStoreDefinition of AWS::Omics::ReferenceStore Resource Type
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Description | string | Create-only |
SseConfig | SseConfig | Create-only |
Tags | TagMap | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The store's ARN. |
CreationTime | string | When the store was created. |
ReferenceStoreId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Omics::ReferenceStore
Resources:
MyResource:
Type: AWS::Omics::ReferenceStore
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
omics:CreateReferenceStoreomics:TagResourcekms:DescribeKeyomics:GetReferenceStoreomics:ListTagsForResourceomics:DeleteReferenceStoreomics:ListReferenceStoresOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterReferenceStoreIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DescriptionNameSseConfigTags