View source: R/proton_operations.R
proton_list_environment_account_connections | R Documentation |
View a list of environment account connections.
See https://www.paws-r-sdk.com/docs/proton_list_environment_account_connections/ for full documentation.
proton_list_environment_account_connections(
environmentName = NULL,
maxResults = NULL,
nextToken = NULL,
requestedBy,
statuses = NULL
)
environmentName |
The environment name that's associated with each listed environment account connection. |
maxResults |
The maximum number of environment account connections to list. |
nextToken |
A token that indicates the location of the next environment account connection in the array of environment account connections, after the list of environment account connections that was previously requested. |
requestedBy |
[required] The type of account making the
|
statuses |
The status details for each listed environment account connection. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.