aws.ec2.get_verified_access_group_policy
Example SQL Queries
SELECT * FROMaws.ec2.get_verified_access_group_policyWHERE"verified_access_group_id" = 'VALUE';Description
Shows the contents of the Verified Access policy associated with the group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| verified_access_group_id Required Input Column The ID of the Verified Access group. | VARCHAR |
| 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 |
| policy_document The Verified Access policy document. | VARCHAR |
| policy_enabled The status of the Verified Access policy. | BOOLEAN |