annotation_stores
Retrieves a list of annotation_stores
in a region
Overview
Name | annotation_stores |
Type | Resource |
Description | annotation_stores |
Id | awscc.omics.annotation_stores |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
name
FROM awscc.omics.annotation_stores
WHERE region = 'us-east-1'
Permissions
To operate on the annotation_stores
resource, the following permissions are required:
Create
omics:CreateAnnotationStore,
omics:TagResource,
kms:DescribeKey,
kms:GenerateDataKey,
kms:CreateGrant,
ram:AcceptResourceShareInvitation,
ram:GetResourceShareInvitations,
omics:GetAnnotationStore
List
omics:ListAnnotationStores