vpclattice_list_service_network_vpc_associations: Lists the service network and VPC associations

View source: R/vpclattice_operations.R

vpclattice_list_service_network_vpc_associationsR Documentation

Lists the service network and VPC associations

Description

Lists the service network and VPC associations. You can filter the list either by VPC or service network. You must provide either the service network identifier or the VPC identifier.

See https://www.paws-r-sdk.com/docs/vpclattice_list_service_network_vpc_associations/ for full documentation.

Usage

vpclattice_list_service_network_vpc_associations(
  maxResults = NULL,
  nextToken = NULL,
  serviceNetworkIdentifier = NULL,
  vpcIdentifier = NULL
)

Arguments

maxResults

The maximum number of results to return.

nextToken

A pagination token for the next page of results.

serviceNetworkIdentifier

The ID or Amazon Resource Name (ARN) of the service network.

vpcIdentifier

The ID or Amazon Resource Name (ARN) of the VPC.


paws.networking documentation built on May 29, 2024, 10:12 a.m.