We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 24, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 24, 2026 by Pulumi
Resource type definition for an IP access control group for Amazon WorkSpaces.
Create WorkspaceIpGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new WorkspaceIpGroup(name: string, args?: WorkspaceIpGroupArgs, opts?: CustomResourceOptions);@overload
def WorkspaceIpGroup(resource_name: str,
args: Optional[WorkspaceIpGroupArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def WorkspaceIpGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
group_desc: Optional[str] = None,
group_name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
user_rules: Optional[Sequence[WorkspaceIpGroupIpRuleItemArgs]] = None)func NewWorkspaceIpGroup(ctx *Context, name string, args *WorkspaceIpGroupArgs, opts ...ResourceOption) (*WorkspaceIpGroup, error)public WorkspaceIpGroup(string name, WorkspaceIpGroupArgs? args = null, CustomResourceOptions? opts = null)
public WorkspaceIpGroup(String name, WorkspaceIpGroupArgs args)
public WorkspaceIpGroup(String name, WorkspaceIpGroupArgs args, CustomResourceOptions options)
type: aws-native:workspaces:WorkspaceIpGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_workspaces_workspace_ip_group" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args WorkspaceIpGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args WorkspaceIpGroupArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args WorkspaceIpGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args WorkspaceIpGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args WorkspaceIpGroupArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
WorkspaceIpGroup Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The WorkspaceIpGroup resource accepts the following input properties:
- Group
Desc string - The description of the group.
- Group
Name string - The name of the group.
-
List<Pulumi.
Aws Native. Inputs. Tag> - The tags for the IP access control group.
- User
Rules List<Pulumi.Aws Native. Work Spaces. Inputs. Workspace Ip Group Ip Rule Item> - The rules for the IP access control group.
- Group
Desc string - The description of the group.
- Group
Name string - The name of the group.
-
Tag
Args - The tags for the IP access control group.
- User
Rules []WorkspaceIp Group Ip Rule Item Args - The rules for the IP access control group.
- group_
desc string - The description of the group.
- group_
name string - The name of the group.
- list(object)
- The tags for the IP access control group.
- user_
rules list(object) - The rules for the IP access control group.
- group
Desc String - The description of the group.
- group
Name String - The name of the group.
- List<Tag>
- The tags for the IP access control group.
- user
Rules List<WorkspaceIp Group Ip Rule Item> - The rules for the IP access control group.
- group
Desc string - The description of the group.
- group
Name string - The name of the group.
- Tag[]
- The tags for the IP access control group.
- user
Rules WorkspaceIp Group Ip Rule Item[] - The rules for the IP access control group.
- group_
desc str - The description of the group.
- group_
name str - The name of the group.
-
Sequence[Tag
Args] - The tags for the IP access control group.
- user_
rules Sequence[WorkspaceIp Group Ip Rule Item Args] - The rules for the IP access control group.
- group
Desc String - The description of the group.
- group
Name String - The name of the group.
- List<Property Map>
- The tags for the IP access control group.
- user
Rules List<Property Map> - The rules for the IP access control group.
Outputs
All input properties are implicitly available as output properties. Additionally, the WorkspaceIpGroup resource produces the following output properties:
Supporting Types
Tag, TagArgs
A set of tags to apply to the resource.WorkspaceIpGroupIpRuleItem, WorkspaceIpGroupIpRuleItemArgs
Describes a rule for an IP access control group.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 24, 2026 by Pulumi