codeconnections_list_connections: Lists the connections associated with your account

View source: R/codeconnections_operations.R

codeconnections_list_connectionsR Documentation

Lists the connections associated with your account

Description

Lists the connections associated with your account.

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

Usage

codeconnections_list_connections(
  ProviderTypeFilter = NULL,
  HostArnFilter = NULL,
  MaxResults = NULL,
  NextToken = NULL
)

Arguments

ProviderTypeFilter

Filters the list of connections to those associated with a specified provider, such as Bitbucket.

HostArnFilter

Filters the list of connections to those associated with a specified host.

MaxResults

The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value.

NextToken

The token that was returned from the previous list_connections call, which can be used to return the next set of connections in the list.


paws.developer.tools documentation built on April 4, 2025, 12:25 a.m.