class Aws::ApiGatewayV2::Types::CreateVpcLinkInput
@return [Hash<String,String>]
A list of tags.
@!attribute [rw] tags
@return [Array<String>]
A list of subnet IDs to include in the VPC link.
@!attribute [rw] subnet_ids
@return [Array<String>]
A list of security group IDs for the VPC link.
@!attribute [rw] security_group_ids
@return [String]
The name of the VPC link.
@!attribute [rw] name
Represents the input parameters for a CreateVpcLink request.