AWS::WorkSpaces::WorkspaceIpGroupResource type definition for an IP access control group for Amazon WorkSpaces.
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GroupName | string | RequiredCreate-only |
GroupDesc | string | Create-only |
Tags | Array<Tag> | |
UserRules | Array<IpRuleItem> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the IP access control group. |
GroupId | string | The identifier of the IP access control group. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::WorkSpaces::WorkspaceIpGroup
Resources:
MyResource:
Type: AWS::WorkSpaces::WorkspaceIpGroup
Properties:
GroupName: "my-groupname"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
workspaces:CreateIpGroupworkspaces:DescribeIpGroupsworkspaces:CreateTagsworkspaces:DescribeTagsworkspaces:DescribeIpGroupsworkspaces:DescribeTagsworkspaces:UpdateRulesOfIpGroupworkspaces:AuthorizeIpRulesworkspaces:RevokeIpRulesworkspaces:DescribeIpGroupsworkspaces:CreateTagsworkspaces:DeleteTagsworkspaces:DescribeTagsworkspaces:DeleteIpGroupworkspaces:DescribeIpGroupsworkspaces:DescribeIpGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
GroupNameGroupDesc