vpclattice_list_resource_configurations {paws.networking}R Documentation

Lists the resource configurations owned by or shared with this account

Description

Lists the resource configurations owned by or shared with this account.

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

Usage

vpclattice_list_resource_configurations(
  maxResults = NULL,
  nextToken = NULL,
  resourceConfigurationGroupIdentifier = NULL,
  resourceGatewayIdentifier = NULL
)

Arguments

maxResults

The maximum page size.

nextToken

A pagination token for the next page of results.

resourceConfigurationGroupIdentifier

The ID of the group resource configuration.

resourceGatewayIdentifier

The ID of the resource gateway for the resource configuration.


[Package paws.networking version 0.9.0 Index]