We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
Resource type definition for an IP access control group for Amazon WorkSpaces.
Using getWorkspaceIpGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getWorkspaceIpGroup(args: GetWorkspaceIpGroupArgs, opts?: InvokeOptions): Promise<GetWorkspaceIpGroupResult>
function getWorkspaceIpGroupOutput(args: GetWorkspaceIpGroupOutputArgs, opts?: InvokeOutputOptions): Output<GetWorkspaceIpGroupResult>def get_workspace_ip_group(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWorkspaceIpGroupResult
def get_workspace_ip_group_output(arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetWorkspaceIpGroupResult]func LookupWorkspaceIpGroup(ctx *Context, args *LookupWorkspaceIpGroupArgs, opts ...InvokeOption) (*LookupWorkspaceIpGroupResult, error)
func LookupWorkspaceIpGroupOutput(ctx *Context, args *LookupWorkspaceIpGroupOutputArgs, opts ...InvokeOption) LookupWorkspaceIpGroupResultOutput> Note: This function is named LookupWorkspaceIpGroup in the Go SDK.
public static class GetWorkspaceIpGroup
{
public static Task<GetWorkspaceIpGroupResult> InvokeAsync(GetWorkspaceIpGroupArgs args, InvokeOptions? opts = null)
public static Output<GetWorkspaceIpGroupResult> Invoke(GetWorkspaceIpGroupInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetWorkspaceIpGroupResult> Invoke(GetWorkspaceIpGroupInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetWorkspaceIpGroupResult> getWorkspaceIpGroup(GetWorkspaceIpGroupArgs args, InvokeOptions options)
public static Output<GetWorkspaceIpGroupResult> getWorkspaceIpGroup(GetWorkspaceIpGroupArgs args, InvokeOptions options)
public static Output<GetWorkspaceIpGroupResult> getWorkspaceIpGroup(GetWorkspaceIpGroupArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:workspaces:getWorkspaceIpGroup
arguments:
# arguments dictionarydata "aws-native_workspaces_get_workspace_ip_group" "name" {
# arguments
}The following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the IP access control group.
- Arn string
- The Amazon Resource Name (ARN) of the IP access control group.
- arn string
- The Amazon Resource Name (ARN) of the IP access control group.
- arn String
- The Amazon Resource Name (ARN) of the IP access control group.
- arn string
- The Amazon Resource Name (ARN) of the IP access control group.
- arn str
- The Amazon Resource Name (ARN) of the IP access control group.
- arn String
- The Amazon Resource Name (ARN) of the IP access control group.
getWorkspaceIpGroup Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the IP access control group.
- Group
Id string - The identifier of the IP access control group.
-
List<Pulumi.
Aws Native. Outputs. Tag> - The tags for the IP access control group.
- User
Rules List<Pulumi.Aws Native. Work Spaces. Outputs. Workspace Ip Group Ip Rule Item> - The rules for the IP access control group.
- Arn string
- The Amazon Resource Name (ARN) of the IP access control group.
- Group
Id string - The identifier of the IP access control 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.
- arn string
- The Amazon Resource Name (ARN) of the IP access control group.
- group_
id string - The identifier of the IP access control group.
- list(object)
- The tags for the IP access control group.
- user_
rules list(object) - The rules for the IP access control group.
- arn String
- The Amazon Resource Name (ARN) of the IP access control group.
- group
Id String - The identifier of the IP access control 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.
- arn string
- The Amazon Resource Name (ARN) of the IP access control group.
- group
Id string - The identifier of the IP access control 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.
- arn str
- The Amazon Resource Name (ARN) of the IP access control group.
- group_
id str - The identifier of the IP access control group.
- Sequence[root_Tag]
- The tags for the IP access control group.
- user_
rules Sequence[WorkspaceIp Group Ip Rule Item] - The rules for the IP access control group.
- arn String
- The Amazon Resource Name (ARN) of the IP access control group.
- group
Id String - The identifier of the IP access control 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.
Supporting Types
Tag
WorkspaceIpGroupIpRuleItem
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi