Create Vpc Link
| apigatewayv2_create_vpc_link | R Documentation |
Creates a VPC link¶
Description¶
Creates a VPC link.
Usage¶
Arguments¶
Name[required] The name of the VPC link.
SecurityGroupIdsA list of security group IDs for the VPC link.
SubnetIds[required] A list of subnet IDs to include in the VPC link.
TagsA list of tags.
Value¶
A list with the following syntax:
list(
CreatedDate = as.POSIXct(
"2015-01-01"
),
Name = "string",
SecurityGroupIds = list(
"string"
),
SubnetIds = list(
"string"
),
Tags = list(
"string"
),
VpcLinkId = "string",
VpcLinkStatus = "PENDING"|"AVAILABLE"|"DELETING"|"FAILED"|"INACTIVE",
VpcLinkStatusMessage = "string",
VpcLinkVersion = "V2"
)