aws.ec2.describe_vpc_endpoint_service_permissions
Example SQL Queries
SELECT * FROMaws.ec2.describe_vpc_endpoint_service_permissionsWHERE"service_id" = 'VALUE';Description
Describes the principals (service consumers) that are permitted to discover your VPC endpoint service.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_id Required Input Column The ID of the service. | 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 |
| filters Input Column The filters.
| STRUCT( |
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 |
| principal The Amazon Resource Name (ARN) of the principal. | VARCHAR |
| principal_type The type of principal. | VARCHAR |
| service_permission_id The ID of the service permission. | VARCHAR |
| tags The tags. | STRUCT( |
Show child fields
| |