Update Vpc Link
apigatewayv2_update_vpc_link | R Documentation |
Updates a VPC link¶
Description¶
Updates a VPC link.
Usage¶
apigatewayv2_update_vpc_link(Name, VpcLinkId)
Arguments¶
Name |
The name of the VPC link. |
VpcLinkId |
[required] The ID of the VPC link. |
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"
)
Request syntax¶
svc$update_vpc_link(
Name = "string",
VpcLinkId = "string"
)