proton_list_component_outputs: Get a list of component Infrastructure as Code (IaC) outputs

View source: R/proton_operations.R

proton_list_component_outputsR Documentation

Get a list of component Infrastructure as Code (IaC) outputs

Description

Get a list of component Infrastructure as Code (IaC) outputs.

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

Usage

proton_list_component_outputs(
  componentName,
  deploymentId = NULL,
  nextToken = NULL
)

Arguments

componentName

[required] The name of the component whose outputs you want.

deploymentId

The ID of the deployment whose outputs you want.

nextToken

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


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