aws.ec2.describe_security_group_references
Example SQL Queries
SELECT * FROMaws.ec2.describe_security_group_referencesWHERE"group_id" = 'VALUE';Description
Describes the VPCs on the other side of a VPC peering connection that are referencing the security groups you've specified in this request.
Table Definition
| Column Name | Column Data Type |
|---|---|
| group_id Required Input Column The IDs of the security groups in your account. | VARCHAR[] |
Show child fields
| |
| dry_run Input Column Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation. | BOOLEAN |
| _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 |
| security_group_reference_set Information about the VPCs with the referencing security groups. | STRUCT( |
Show child fields
| |