WorkLink / Client / describe_company_network_configuration

describe_company_network_configuration#

WorkLink.Client.describe_company_network_configuration(**kwargs)#

Describes the networking configuration to access the internal websites associated with the specified fleet.

Danger

This operation is deprecated and may not function as expected. This operation should not be used going forward and is only kept for the purpose of backwards compatiblity.

See also: AWS API Documentation

Request Syntax

response = client.describe_company_network_configuration(
    FleetArn='string'
)
Parameters:

FleetArn (string) –

[REQUIRED]

The ARN of the fleet.

Return type:

dict

Returns:

Response Syntax

{
    'VpcId': 'string',
    'SubnetIds': [
        'string',
    ],
    'SecurityGroupIds': [
        'string',
    ]
}

Response Structure

  • (dict) –

    • VpcId (string) –

      The VPC with connectivity to associated websites.

    • SubnetIds (list) –

      The subnets used for X-ENI connections from Amazon WorkLink rendering containers.

      • (string) –

    • SecurityGroupIds (list) –

      The security groups associated with access to the provided subnets.

      • (string) –

Exceptions

  • WorkLink.Client.exceptions.UnauthorizedException

  • WorkLink.Client.exceptions.InternalServerErrorException

  • WorkLink.Client.exceptions.InvalidRequestException

  • WorkLink.Client.exceptions.ResourceNotFoundException

  • WorkLink.Client.exceptions.TooManyRequestsException