vpc_links
Retrieves a list of vpc_links
in a region
Overview
Name | vpc_links |
Type | Resource |
Description | vpc_links |
Id | awscc.apigatewayv2.vpc_links |
Fields
Name | Datatype | Description |
---|---|---|
vpc_link_id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
vpc_link_id
FROM awscc.apigatewayv2.vpc_links
WHERE region = 'us-east-1'
Permissions
To operate on the vpc_links
resource, the following permissions are required:
Create
apigateway:POST,
apigateway:GET,
apigateway:TagResource,
iam:CreateServiceLinkedRole,
iam:DeleteServiceLinkedRole,
iam:GetServiceLinkedRoleDeletionStatus
List
apigateway:GET,
iam:CreateServiceLinkedRole,
iam:DeleteServiceLinkedRole,
iam:GetServiceLinkedRoleDeletionStatus