Skip to main content

application_with_token_exchange_grants

Creates, updates, deletes, gets or lists an application_with_token_exchange_grants resource.

Overview

Nameapplication_with_token_exchange_grants
TypeResource
Idaws.quicksight.application_with_token_exchange_grants

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
update_application_with_token_exchange_grantupdateaws_account_id, namespace, regionUpdates an Quick application with a token exchange grant. This operation only supports Quick applications that are registered with IAM Identity Center.

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
aws_account_idstringThe ID of the Amazon Web Services account to be updated with a token exchange grant.
namespacestringThe namespace of the Quick application.
regionstringAWS region (default: us-east-1)

UPDATE examples

Updates an Quick application with a token exchange grant. This operation only supports Quick applications that are registered with IAM Identity Center.

UPDATE aws.quicksight.application_with_token_exchange_grants
SET
-- No updatable properties
WHERE
aws_account_id = '{{ aws_account_id }}' --required
AND namespace = '{{ namespace }}' --required
AND region = '{{ region }}' --required
RETURNING
request_id,
status;