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.

associate_network_settings

associate_network_settings(**kwargs)

Associates a network settings resource with a web portal.

See also: AWS API Documentation

Request Syntax

response = client.associate_network_settings(
    networkSettingsArn='string',
    portalArn='string'
)
Parameters
  • networkSettingsArn (string) --

    [REQUIRED]

    The ARN of the network settings.

  • portalArn (string) --

    [REQUIRED]

    The ARN of the web portal.

Return type

dict

Returns

Response Syntax

{
    'networkSettingsArn': 'string',
    'portalArn': 'string'
}

Response Structure

  • (dict) --

    • networkSettingsArn (string) --

      The ARN of the network settings.

    • portalArn (string) --

      The ARN of the web portal.

Exceptions

  • WorkSpacesWeb.Client.exceptions.InternalServerException
  • WorkSpacesWeb.Client.exceptions.ResourceNotFoundException
  • WorkSpacesWeb.Client.exceptions.AccessDeniedException
  • WorkSpacesWeb.Client.exceptions.ThrottlingException
  • WorkSpacesWeb.Client.exceptions.ValidationException
  • WorkSpacesWeb.Client.exceptions.ConflictException