View source: R/apigatewayv2_operations.R
apigatewayv2_create_vpc_link | R Documentation |
Creates a VPC link.
See https://www.paws-r-sdk.com/docs/apigatewayv2_create_vpc_link/ for full documentation.
apigatewayv2_create_vpc_link(
Name,
SecurityGroupIds = NULL,
SubnetIds,
Tags = NULL
)
Name |
[required] The name of the VPC link. |
SecurityGroupIds |
A list of security group IDs for the VPC link. |
SubnetIds |
[required] A list of subnet IDs to include in the VPC link. |
Tags |
A list of tags. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.