Skip to main content

reference_stores_list_only

Lists reference_stores in a region or regions, for all properties use reference_stores

Overview

Namereference_stores_list_only
TypeResource
DescriptionDefinition of AWS::Omics::ReferenceStore Resource Type
Idaws.omics.reference_stores_list_only

Fields

NameDatatypeDescription
arnstringThe store's ARN.
creation_timestringWhen the store was created.
descriptionstringA description for the store.
namestringA name for the store.
reference_store_idstring
sse_configobject
tagsobjectA map of resource tags
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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