View source: R/codestarconnections_operations.R
codestarconnections_list_connections | R Documentation |
Lists the connections associated with your account.
See https://www.paws-r-sdk.com/docs/codestarconnections_list_connections/ for full documentation.
codestarconnections_list_connections(
ProviderTypeFilter = NULL,
HostArnFilter = NULL,
MaxResults = NULL,
NextToken = NULL
)
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 |
The token that was returned from the previous
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.