application_with_token_exchange_grants
Creates, updates, deletes, gets or lists an application_with_token_exchange_grants resource.
Overview
| Name | application_with_token_exchange_grants |
| Type | Resource |
| Id | aws.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
update_application_with_token_exchange_grant | update | aws_account_id, namespace, region | Updates 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.
| Name | Datatype | Description |
|---|---|---|
aws_account_id | string | The ID of the Amazon Web Services account to be updated with a token exchange grant. |
namespace | string | The namespace of the Quick application. |
region | string | AWS region (default: us-east-1) |
UPDATE examples
- update_application_with_token_exchange_grant
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;