aws.worklink.describe_domain
Example SQL Queries
SELECT * FROMaws.worklink.describe_domainWHERE"fleet_arn" = 'VALUE'AND "domain_name" = 'VALUE';Description
Provides information about the domain.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_name Required Input Column The name of the domain. | VARCHAR |
| fleet_arn Required Input Column The 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
| |
| acm_certificate_arn The ARN of an issued ACM certificate that is valid for the domain being associated. | VARCHAR |
| created_time The time that the domain was added. | TIMESTAMP_S |
| display_name The name to display. | VARCHAR |
| domain_status The current state for the domain. | VARCHAR |