list_service_pipeline_outputs
(**kwargs)¶Get a list of service pipeline Infrastructure as Code (IaC) outputs.
See also: AWS API Documentation
Request Syntax
response = client.list_service_pipeline_outputs(
nextToken='string',
serviceName='string'
)
[REQUIRED]
The name of the service whose pipeline's outputs you want.
dict
Response Syntax
{
'nextToken': 'string',
'outputs': [
{
'key': 'string',
'valueString': 'string'
},
]
}
Response Structure
(dict) --
nextToken (string) --
A token that indicates the location of the next output in the array of outputs, after the current requested list of outputs.
outputs (list) --
An array of service pipeline Infrastructure as Code (IaC) outputs.
(dict) --
An infrastructure as code defined resource output.
key (string) --
The output key.
valueString (string) --
The output value.
Exceptions
Proton.Client.exceptions.ValidationException
Proton.Client.exceptions.AccessDeniedException
Proton.Client.exceptions.ThrottlingException
Proton.Client.exceptions.ResourceNotFoundException
Proton.Client.exceptions.InternalServerException