proton_list_environment_account_connections: View a list of environment account connections

View source: R/proton_operations.R

proton_list_environment_account_connectionsR Documentation

View a list of environment account connections

Description

View a list of environment account connections.

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

Usage

proton_list_environment_account_connections(
  environmentName = NULL,
  maxResults = NULL,
  nextToken = NULL,
  requestedBy,
  statuses = NULL
)

Arguments

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 list_environment_account_connections request.

statuses

The status details for each listed environment account connection.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.