reference_stores_list_only
Lists reference_stores
in a region or regions, for all properties use reference_stores
Overview
Name | reference_stores_list_only |
Type | Resource |
Description | Definition of AWS::Omics::ReferenceStore Resource Type |
Id | aws.omics.reference_stores_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | The store's ARN. |
creation_time | string | When the store was created. |
description | string | A description for the store. |
name | string | A name for the store. |
reference_store_id | string | |
sse_config | object | |
tags | object | A map of resource tags |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all reference_stores
in a region.
SELECT
region,
reference_store_id
FROM aws.omics.reference_stores_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the reference_stores_list_only
resource, see reference_stores