Skip to content

Update Identity Propagation Config

quicksight_update_identity_propagation_config R Documentation

Adds or updates services and authorized targets to configure what the Amazon QuickSight IAM Identity Center application can access

Description

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

Usage

quicksight_update_identity_propagation_config(AwsAccountId, Service,
  AuthorizedTargets)

Arguments

AwsAccountId

[required] The ID of the Amazon Web Services account that contains the identity propagation configuration that you want to update.

Service

[required] The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.

AuthorizedTargets

Specifies a list of application ARNs that represent the authorized targets for a service.

Value

A list with the following syntax:

list(
  RequestId = "string",
  Status = 123
)

Request syntax

svc$update_identity_propagation_config(
  AwsAccountId = "string",
  Service = "REDSHIFT",
  AuthorizedTargets = list(
    "string"
  )
)