You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApiGatewayV2::Types::CreateVpcLinkInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents the input parameters for a CreateVpcLink request.

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the VPC link.

Returns:

  • (String)

    The name of the VPC link.

#security_group_idsArray<String>

A list of security group IDs for the VPC link.

Returns:

  • (Array<String>)

    A list of security group IDs for the VPC link.

#subnet_idsArray<String>

A list of subnet IDs to include in the VPC link.

Returns:

  • (Array<String>)

    A list of subnet IDs to include in the VPC link.

#tagsHash<String,String>

A list of tags.

Returns:

  • (Hash<String,String>)

    A list of tags.