Skip to main content

dashboard_urls

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

Overview

Namedashboard_urls
TypeResource
Idaws.glue.dashboard_urls

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
urlstringThe URL for the Spark monitoring dashboard.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_dashboard_urlselectregionRetrieves the URL for the Spark monitoring dashboard for a Glue resource.

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

Retrieves the URL for the Spark monitoring dashboard for a Glue resource.

SELECT
url
FROM aws.glue.dashboard_urls
WHERE region = '{{ region }}' -- required
;