Skip to main content

workspaces_list_only

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

Overview

Nameworkspaces_list_only
TypeResource
DescriptionDefinition of AWS::Grafana::Workspace Resource Type
Idaws.grafana.workspaces_list_only

Fields

NameDatatypeDescription
idstringThe id that uniquely identifies a Grafana workspace.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all workspaces in a region.

SELECT
region,
id
FROM aws.grafana.workspaces_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the workspaces_list_only resource, see workspaces