WorkSpaces / Client / authorize_ip_rules

authorize_ip_rules#

WorkSpaces.Client.authorize_ip_rules(**kwargs)#

Adds one or more rules to the specified IP access control group.

This action gives users permission to access their WorkSpaces from the CIDR address ranges specified in the rules.

See also: AWS API Documentation

Request Syntax

response = client.authorize_ip_rules(
    GroupId='string',
    UserRules=[
        {
            'ipRule': 'string',
            'ruleDesc': 'string'
        },
    ]
)
Parameters:
  • GroupId (string) –

    [REQUIRED]

    The identifier of the group.

  • UserRules (list) –

    [REQUIRED]

    The rules to add to the group.

    • (dict) –

      Describes a rule for an IP access control group.

      • ipRule (string) –

        The IP address range, in CIDR notation.

      • ruleDesc (string) –

        The description.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions