aws.workspaces_web.list_identity_providers
Example SQL Queries
SELECT * FROMaws.workspaces_web.list_identity_providersWHERE"portal_arn" = 'VALUE';Description
Retrieves a list of identity providers for a specific web portal.
Table Definition
| Column Name | Column Data Type |
|---|---|
| portal_arn Required Input Column The ARN of the web portal. | VARCHAR |
| max_results Input Column The maximum number of results to be included in the next page. | BIGINT |
| next_token Input Column The pagination token used to retrieve the next page of results for this operation. | 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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| identity_providers The identity providers. | STRUCT( |
Show child fields
| |