vpc_link
Gets an individual vpc_link
resource
Overview
Name | vpc_link |
Type | Resource |
Description | vpc_link |
Id | awscc.apigatewayv2.vpc_link |
Fields
Name | Datatype | Description |
---|---|---|
vpc_link_id | string | |
subnet_ids | array | A list of subnet IDs to include in the VPC link. |
security_group_ids | array | A list of security group IDs for the VPC link. |
tags | object | The collection of tags. Each tag element is associated with a given resource. |
name | string | The name of the VPC link. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
vpc_link_id,
subnet_ids,
security_group_ids,
tags,
name
FROM awscc.apigatewayv2.vpc_link
WHERE data__Identifier = '<VpcLinkId>';
Permissions
To operate on the vpc_link
resource, the following permissions are required:
Update
apigateway:PATCH,
apigateway:GET,
apigateway:TagResource,
apigateway:unTagResource,
iam:CreateServiceLinkedRole,
iam:DeleteServiceLinkedRole,
iam:GetServiceLinkedRoleDeletionStatus
Read
apigateway:GET,
iam:CreateServiceLinkedRole,
iam:DeleteServiceLinkedRole,
iam:GetServiceLinkedRoleDeletionStatus
Delete
apigateway:GET,
apigateway:DELETE,
iam:CreateServiceLinkedRole,
iam:DeleteServiceLinkedRole,
iam:GetServiceLinkedRoleDeletionStatus