Skip to content

Api Gateway  >  Operations  >  get_vpc_links

get_vpc_links

Operation

get_vpc_links(input: GetVpcLinksInput, plugins: list[Plugin] | None = None) -> GetVpcLinksOutput

Gets the VpcLinks collection under the caller's account in a selected region.

Parameters:

Name Type Description Default
input GetVpcLinksInput

An instance of GetVpcLinksInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
GetVpcLinksOutput

An instance of GetVpcLinksOutput.

Input

GetVpcLinksInput dataclass

Gets the VpcLinks collection under the caller's account in a selected region.

Attributes

limit class-attribute instance-attribute
limit: int | None = None

The maximum number of returned results per page. The default value is 25 and the maximum value is 500.

position class-attribute instance-attribute
position: str | None = None

The current pagination position in the paged result set.

Output

GetVpcLinksOutput dataclass

The collection of VPC links under the caller's account in a region.

Attributes

items class-attribute instance-attribute
items: list[VpcLink] | None = None

The current page of elements from this collection.

position class-attribute instance-attribute
position: str | None = None

The current pagination position in the paged result set.