aws.worklink.describe_company_network_configuration
Example SQL Queries
SELECT * FROMaws.worklink.describe_company_network_configurationWHERE"fleet_arn" = 'VALUE';Description
Describes the networking configuration to access the internal websites associated with the specified fleet.
Table Definition
| Column Name | Column Data Type |
|---|---|
| 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
| |
| security_group_ids The security groups associated with access to the provided subnets. | VARCHAR[] |
Show child fields
| |
| subnet_ids The subnets used for X-ENI connections from Amazon WorkLink rendering containers. | VARCHAR[] |
Show child fields
| |
| vpc_id The VPC with connectivity to associated websites. | VARCHAR |