Skip to main content

resource_dashboards

Creates, updates, deletes, gets or lists a resource_dashboards resource.

Overview

Nameresource_dashboards
TypeResource
Idaws.athena.resource_dashboards

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
urlstringThe Live UI/Persistence UI url for a session.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_resource_dashboardselectregionGets the Live UI/Persistence UI for a session.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Gets the Live UI/Persistence UI for a session.

SELECT
url
FROM aws.athena.resource_dashboards
WHERE region = '{{ region }}' -- required
;