List Service Instance Provisioned Resources
| proton_list_service_instance_provisioned_resources | R Documentation |
List provisioned resources for a service instance with details¶
Description¶
List provisioned resources for a service instance 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.
serviceInstanceName[required] The name of the service instance whose provisioned resources you want.
serviceName[required] The name of the service that
serviceInstanceNameis associated to.
Value¶
A list with the following syntax:
list(
nextToken = "string",
provisionedResources = list(
list(
identifier = "string",
name = "string",
provisioningEngine = "CLOUDFORMATION"|"TERRAFORM"
)
)
)