annotation_store_tags
Expands all tag keys and values for annotation_stores
in a region
Overview
Name | annotation_store_tags |
Type | Resource |
Description | Definition of AWS::Omics::AnnotationStore Resource Type |
Id | aws.omics.annotation_store_tags |
Fields
Name | Datatype | Description |
---|---|---|
creation_time | string | |
description | string | |
id | string | |
name | string | |
reference | object | |
sse_config | object | |
status | string | |
status_message | string | |
store_arn | string | |
store_format | string | |
store_options | undefined | |
store_size_bytes | number | |
update_time | string | |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all annotation_stores
in a region.
SELECT
region,
creation_time,
description,
id,
name,
reference,
sse_config,
status,
status_message,
store_arn,
store_format,
store_options,
store_size_bytes,
update_time,
tag_key,
tag_value
FROM aws.omics.annotation_store_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the annotation_store_tags
resource, see annotation_stores