aws.workspaces.describe_ip_groups
Example SQL Queries
SELECT * FROMaws.workspaces.describe_ip_groups;Description
Describes one or more of your IP access control groups.
Table Definition
| Column Name | Column Data Type |
|---|---|
| group_ids Input Column The identifiers of one or more IP access control groups. | VARCHAR[] |
Show child fields
| |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| group_desc The description of the group. | VARCHAR |
| group_id The identifier of the group. | VARCHAR |
| group_name The name of the group. | VARCHAR |
| user_rules The rules. | STRUCT( |
Show child fields
| |