vpclattice_list_service_network_vpc_associations {paws.networking}R Documentation

Lists the associations between a service network and a VPC

Description

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

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 ARN of the service network.

vpcIdentifier

The ID or ARN of the VPC.


[Package paws.networking version 0.9.0 Index]