aws.worklink.list_website_authorization_providers
Example SQL Queries
SELECT * FROMaws.worklink.list_website_authorization_providersWHERE"fleet_arn" = 'VALUE';Description
Retrieves a list of website authorization providers associated with a specified fleet.
Table Definition
| Column Name | Column Data Type |
|---|---|
| fleet_arn Required Input Column The ARN of the fleet. | 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 to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page. | 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
| |
| website_authorization_providers The website authorization providers. | STRUCT( |
Show child fields
| |