Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

apigatewayv2_create_vpc_link

Creates a VPC link


Description

Creates a VPC link.

Usage

apigatewayv2_create_vpc_link(Name, SecurityGroupIds, SubnetIds, Tags)

Arguments

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.

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$create_vpc_link(
  Name = "string",
  SecurityGroupIds = list(
    "string"
  ),
  SubnetIds = list(
    "string"
  ),
  Tags = list(
    "string"
  )
)

paws.networking

Amazon Web Services Networking & Content Delivery Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.