Get a list service of instance Infrastructure as Code (IaC) outputs
Source:R/proton_operations.R
proton_list_service_instance_outputs.RdGet a list service of instance Infrastructure as Code (IaC) outputs.
See https://www.paws-r-sdk.com/docs/proton_list_service_instance_outputs/ for full documentation.
Usage
proton_list_service_instance_outputs(
deploymentId = NULL,
nextToken = NULL,
serviceInstanceName,
serviceName
)Arguments
- 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.
- serviceInstanceName
[required] The name of the service instance whose outputs you want.
- serviceName
[required] The name of the service that
serviceInstanceNameis associated to.