proton_list_environment_outputs: List the infrastructure as code outputs for your environment

View source: R/proton_operations.R

proton_list_environment_outputsR Documentation

List the infrastructure as code outputs for your environment

Description

List the infrastructure as code outputs for your environment.

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

Usage

proton_list_environment_outputs(
  deploymentId = NULL,
  environmentName,
  nextToken = NULL
)

Arguments

deploymentId

The ID of the deployment whose outputs you want.

environmentName

[required] The environment name.

nextToken

A token that indicates the location of the next environment output in the array of environment outputs, after the list of environment outputs that was previously requested.


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