Skip to main content

reference_store

Gets an individual reference_store resource

Overview

Namereference_store
TypeResource
Descriptionreference_store
Idawscc.omics.reference_store

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
tagsobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
creation_time,
description,
name,
reference_store_id,
sse_config,
tags
FROM awscc.omics.reference_store
WHERE data__Identifier = '<ReferenceStoreId>';

Permissions

To operate on the reference_store resource, the following permissions are required:

Read

omics:GetReferenceStore,
omics:ListTagsForResource

Delete

omics:DeleteReferenceStore