aws.quicksight.describe_ip_restriction
Example SQL Queries
SELECT * FROMaws.quicksight.describe_ip_restrictionWHERE"aws_account_id" = 'VALUE';Description
Provides a summary and status of IP rules.
Table Definition
| Column Name | Column Data Type |
|---|---|
| aws_account_id Required Input Column The ID of the Amazon Web Services account that contains the IP rules. | VARCHAR |
| _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 |
| enabled A value that specifies whether IP rules are turned on. | BOOLEAN |
| ip_restriction_rule_map A map that describes the IP rules with CIDR range and description. | MAP(VARCHAR, VARCHAR) |
| request_id The Amazon Web Services request ID for this operation. | VARCHAR |
| status The HTTP status of the request. | BIGINT |
| vpc_endpoint_id_restriction_rule_map A map of allowed VPC endpoint IDs and their rule descriptions. | MAP(VARCHAR, VARCHAR) |
| vpc_id_restriction_rule_map A map of allowed VPC IDs and their rule descriptions. | MAP(VARCHAR, VARCHAR) |