Skip to main content

annotation_store

Gets an individual annotation_store resource

Overview

Nameannotation_store
TypeResource
Descriptionannotation_store
Idawscc.omics.annotation_store

Fields

NameDatatypeDescription
creation_timestring
descriptionstring
idstring
namestring
referenceobject
sse_configobject
statusstring
status_messagestring
store_arnstring
store_formatstring
store_optionsundefined
store_size_bytesnumber
tagsobject
update_timestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
creation_time,
description,
id,
name,
reference,
sse_config,
status,
status_message,
store_arn,
store_format,
store_options,
store_size_bytes,
tags,
update_time
FROM awscc.omics.annotation_store
WHERE data__Identifier = '<Name>';

Permissions

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

Read

omics:GetAnnotationStore

Update

omics:UpdateAnnotationStore,
omics:TagResource,
omics:UntagResource,
omics:GetAnnotationStore,
omics:ListTagsForResource

Delete

omics:DeleteAnnotationStore,
omics:ListAnnotationStores