Skip to content

Authorize Ip Rules

workspaces_authorize_ip_rules R Documentation

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

Description

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.

Usage

workspaces_authorize_ip_rules(GroupId, UserRules)

Arguments

GroupId

[required] The identifier of the group.

UserRules

[required] The rules to add to the group.

Value

An empty list.

Request syntax

svc$authorize_ip_rules(
  GroupId = "string",
  UserRules = list(
    list(
      ipRule = "string",
      ruleDesc = "string"
    )
  )
)