List Service Pipeline Provisioned Resources
| proton_list_service_pipeline_provisioned_resources | R Documentation |
List provisioned resources for a service and pipeline with details¶
Description¶
List provisioned resources for a service and pipeline with details.
Usage¶
Arguments¶
nextTokenA token that indicates the location of the next provisioned resource in the array of provisioned resources, after the list of provisioned resources that was previously requested.
serviceName[required] The name of the service whose pipeline's provisioned resources you want.
Value¶
A list with the following syntax:
list(
nextToken = "string",
provisionedResources = list(
list(
identifier = "string",
name = "string",
provisioningEngine = "CLOUDFORMATION"|"TERRAFORM"
)
)
)