Skip to main content

signed_bluinsights_urls

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

Overview

Namesigned_bluinsights_urls
TypeResource
Idaws.m2.signed_bluinsights_urls

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
signed_bi_urlstringSingle sign-on AWS Blu Insights URL.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_signed_bluinsights_urlselectregionGets a single sign-on URL that can be used to connect to AWS Blu Insights.

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 a single sign-on URL that can be used to connect to AWS Blu Insights.

SELECT
signed_bi_url
FROM aws.m2.signed_bluinsights_urls
WHERE region = '{{ region }}' -- required
;