aws.worklink.describe_fleet_metadata
Example SQL Queries
SELECT * FROMaws.worklink.describe_fleet_metadataWHERE"fleet_arn" = 'VALUE';Description
Provides basic information for the specified fleet, excluding identity provider, networking, and device configuration details.
Table Definition
| Column Name | Column Data Type |
|---|---|
| fleet_arn Required Input Column The Amazon Resource Name (ARN) of the fleet. | 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
| |
| company_code The identifier used by users to sign in to the Amazon WorkLink app. | VARCHAR |
| created_time The time that the fleet was created. | TIMESTAMP_S |
| display_name The name to display. | VARCHAR |
| fleet_name The name of the fleet. | VARCHAR |
| fleet_status The current state of the fleet. | VARCHAR |
| last_updated_time The time that the fleet was last updated. | TIMESTAMP_S |
| optimize_for_end_user_location The option to optimize for better performance by routing traffic through the closest AWS Region to users, which may be outside of your home Region. | BOOLEAN |
| tags The tags attached to the resource. A tag is a key-value pair. | MAP(VARCHAR, VARCHAR) |