Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

update_company_network_configuration

update_company_network_configuration(**kwargs)

Updates the company network configuration for the 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.update_company_network_configuration(
    FleetArn='string',
    VpcId='string',
    SubnetIds=[
        'string',
    ],
    SecurityGroupIds=[
        'string',
    ]
)
Parameters
  • FleetArn (string) --

    [REQUIRED]

    The ARN of the fleet.

  • VpcId (string) --

    [REQUIRED]

    The VPC with connectivity to associated websites.

  • SubnetIds (list) --

    [REQUIRED]

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

    • (string) --
  • SecurityGroupIds (list) --

    [REQUIRED]

    The security groups associated with access to the provided subnets.

    • (string) --
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • WorkLink.Client.exceptions.UnauthorizedException
  • WorkLink.Client.exceptions.InternalServerErrorException
  • WorkLink.Client.exceptions.InvalidRequestException
  • WorkLink.Client.exceptions.ResourceNotFoundException
  • WorkLink.Client.exceptions.TooManyRequestsException