Glue / Client / get_dashboard_url

get_dashboard_url

Glue.Client.get_dashboard_url(**kwargs)

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

See also: AWS API Documentation

Request Syntax

response = client.get_dashboard_url(
    ResourceId='string',
    ResourceType='JOB'|'SESSION',
    RequestOrigin='string'
)
Parameters:
  • ResourceId (string) –

    [REQUIRED]

    The unique identifier of the resource for which to retrieve the dashboard URL.

  • ResourceType (string) –

    [REQUIRED]

    The type of the resource. Valid values are SESSION and JOB.

  • RequestOrigin (string) – The origin of the request.

Return type:

dict

Returns:

Response Syntax

{
    'Url': 'string'
}

Response Structure

  • (dict) –

    • Url (string) –

      The URL for the Spark monitoring dashboard.

Exceptions