class Aws::ApiGatewayV2::Types::CreateVpcLinkRequest
@note When making an API call, you may pass CreateVpcLinkRequest
data as a hash: { name: "StringWithLengthBetween1And128", # required security_group_ids: ["__string"], subnet_ids: ["__string"], # required tags: { "__string" => "StringWithLengthBetween1And1600", }, }
@!attribute [rw] name
A string with a length between \[1-128\]. @return [String]
@!attribute [rw] security_group_ids
A list of security group IDs for the VPC link. @return [Array<String>]
@!attribute [rw] subnet_ids
A list of subnet IDs to include in the VPC link. @return [Array<String>]
@!attribute [rw] tags
Represents a collection of tags associated with the resource. @return [Hash<String,String>]
Constants
- SENSITIVE