aws.worklink.list_domains
Example SQL Queries
SELECT * FROMaws.worklink.list_domainsWHERE"fleet_arn" = 'VALUE';Description
Retrieves a list of domains associated to 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 used to retrieve the next page of results for this operation. If there are no more pages, this value is null. | 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
| |
| domains Information about the domains. | STRUCT( |
Show child fields
| |