1. Packages
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. workspaces
  6. WorkspaceIpGroup

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.74.1
published on Monday, Aug 3, 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:

    GroupDesc string
    The description of the group.
    GroupName string
    The name of the group.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags for the IP access control group.
    UserRules List<Pulumi.AwsNative.WorkSpaces.Inputs.WorkspaceIpGroupIpRuleItem>
    The rules for the IP access control group.
    GroupDesc string
    The description of the group.
    GroupName string
    The name of the group.
    Tags TagArgs
    The tags for the IP access control group.
    UserRules []WorkspaceIpGroupIpRuleItemArgs
    The rules for the IP access control group.
    group_desc string
    The description of the group.
    group_name string
    The name of the group.
    tags list(object)
    The tags for the IP access control group.
    user_rules list(object)
    The rules for the IP access control group.
    groupDesc String
    The description of the group.
    groupName String
    The name of the group.
    tags List<Tag>
    The tags for the IP access control group.
    userRules List<WorkspaceIpGroupIpRuleItem>
    The rules for the IP access control group.
    groupDesc string
    The description of the group.
    groupName string
    The name of the group.
    tags Tag[]
    The tags for the IP access control group.
    userRules WorkspaceIpGroupIpRuleItem[]
    The rules for the IP access control group.
    group_desc str
    The description of the group.
    group_name str
    The name of the group.
    tags Sequence[TagArgs]
    The tags for the IP access control group.
    user_rules Sequence[WorkspaceIpGroupIpRuleItemArgs]
    The rules for the IP access control group.
    groupDesc String
    The description of the group.
    groupName String
    The name of the group.
    tags List<Property Map>
    The tags for the IP access control group.
    userRules 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:

    Arn string
    The Amazon Resource Name (ARN) of the IP access control group.
    GroupId string
    The identifier of the IP access control group.
    Id string
    The provider-assigned unique ID for this managed resource.
    Arn string
    The Amazon Resource Name (ARN) of the IP access control group.
    GroupId string
    The identifier of the IP access control group.
    Id string
    The provider-assigned unique ID for this managed resource.
    arn string
    The Amazon Resource Name (ARN) of the IP access control group.
    group_id string
    The identifier of the IP access control group.
    id string
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) of the IP access control group.
    groupId String
    The identifier of the IP access control group.
    id String
    The provider-assigned unique ID for this managed resource.
    arn string
    The Amazon Resource Name (ARN) of the IP access control group.
    groupId string
    The identifier of the IP access control group.
    id string
    The provider-assigned unique ID for this managed resource.
    arn str
    The Amazon Resource Name (ARN) of the IP access control group.
    group_id str
    The identifier of the IP access control group.
    id str
    The provider-assigned unique ID for this managed resource.
    arn String
    The Amazon Resource Name (ARN) of the IP access control group.
    groupId String
    The identifier of the IP access control group.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    Tag, TagArgs

    A set of tags to apply to the resource.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    WorkspaceIpGroupIpRuleItem, WorkspaceIpGroupIpRuleItemArgs

    Describes a rule for an IP access control group.
    IpRule string
    The IP address range, in CIDR notation.
    RuleDesc string
    The description of the rule.
    IpRule string
    The IP address range, in CIDR notation.
    RuleDesc string
    The description of the rule.
    ip_rule string
    The IP address range, in CIDR notation.
    rule_desc string
    The description of the rule.
    ipRule String
    The IP address range, in CIDR notation.
    ruleDesc String
    The description of the rule.
    ipRule string
    The IP address range, in CIDR notation.
    ruleDesc string
    The description of the rule.
    ip_rule str
    The IP address range, in CIDR notation.
    rule_desc str
    The description of the rule.
    ipRule String
    The IP address range, in CIDR notation.
    ruleDesc String
    The description of the rule.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.74.1
    published on Monday, Aug 3, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial