Terraform data source for managing an AWS API Gateway V2 VPC Link.
data "aws_apigatewayv2_vpc_link" "example" {
vpc_link_id = "example"
}
The following arguments are required:
vpc_link_id
- (Required) VPC Link IDThis data source exports the following attributes in addition to the arguments above:
arn
- ARN of the VPC Link.id
- VPC Link ID.name
- VPC Link Name.security_group_ids
- List of security groups associated with the VPC Link.subnet_ids
- List of subnets attached to the VPC Link.tags
- VPC Link Tags.