workspaces_create_ip_group {paws.end.user.computing} | R Documentation |
Creates an IP access control group
Description
Creates an IP access control group.
See https://www.paws-r-sdk.com/docs/workspaces_create_ip_group/ for full documentation.
Usage
workspaces_create_ip_group(
GroupName,
GroupDesc = NULL,
UserRules = NULL,
Tags = NULL
)
Arguments
GroupName |
[required] The name of the group. |
GroupDesc |
The description of the group. |
UserRules |
The rules to add to the group. |
Tags |
The tags. Each WorkSpaces resource can have a maximum of 50 tags. |
[Package paws.end.user.computing version 0.9.0 Index]