aws.sso_admin.list_trusted_token_issuers
Example SQL Queries
SELECT * FROMaws.sso_admin.list_trusted_token_issuersWHERE"instance_arn" = 'VALUE';Description
Lists all the trusted token issuers configured in an instance of IAM Identity Center.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_arn Required Input Column Specifies the ARN of the instance of IAM Identity Center with the trusted token issuer configurations that you want to list. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| name The name of the trusted token issuer configuration in the instance of IAM Identity Center. | VARCHAR |
| trusted_token_issuer_arn The ARN of the trusted token issuer configuration in the instance of IAM Identity Center. | VARCHAR |
| trusted_token_issuer_type The type of trusted token issuer. | VARCHAR |