The AWS::ApiGatewayV2::VpcLink
resource creates a VPC link. Supported only for HTTP APIs. The VPC link status must transition from PENDING
to AVAILABLE
to successfully create a VPC link, which can take up to 10 minutes. To learn more, see Working with VPC Links for HTTP APIs in the API Gateway Developer Guide.
name
(String) The name of the VPC link.subnet_ids
(List of String) A list of subnet IDs to include in the VPC link.security_group_ids
(List of String) A list of security group IDs for the VPC link.tags
(Map of String) The collection of tags. Each tag element is associated with a given resource.id
(String) Uniquely identifies the resource.vpc_link_id
(String)Import is supported using the following syntax:
$ terraform import awscc_apigatewayv2_vpc_link.example <resource ID>