QuickSight / Client / update_identity_propagation_config
update_identity_propagation_config#
- QuickSight.Client.update_identity_propagation_config(**kwargs)#
Adds or updates services and authorized targets to configure what the Amazon QuickSight IAM Identity Center application can access.
This operation is only supported for Amazon QuickSight accounts using IAM Identity Center
See also: AWS API Documentation
Request Syntax
response = client.update_identity_propagation_config( AwsAccountId='string', Service='REDSHIFT', AuthorizedTargets=[ 'string', ] )
- Parameters:
AwsAccountId (string) –
[REQUIRED]
The ID of the Amazon Web Services account that contains the identity propagation configuration that you want to update.
Service (string) –
[REQUIRED]
The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.
AuthorizedTargets (list) –
Specifies a list of application ARNs that represent the authorized targets for a service.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{ 'RequestId': 'string', 'Status': 123 }
Response Structure
(dict) –
RequestId (string) –
The Amazon Web Services request ID for this operation.
Status (integer) –
The HTTP status of the request.
Exceptions
QuickSight.Client.exceptions.AccessDeniedException
QuickSight.Client.exceptions.InvalidParameterValueException
QuickSight.Client.exceptions.ResourceNotFoundException
QuickSight.Client.exceptions.ThrottlingException
QuickSight.Client.exceptions.InternalFailureException