List provisioned resources for a service instance with details
Source:R/proton_operations.R
proton_list_service_instance_provisioned_resources.RdList provisioned resources for a service instance with details.
See https://www.paws-r-sdk.com/docs/proton_list_service_instance_provisioned_resources/ for full documentation.
Usage
proton_list_service_instance_provisioned_resources(
nextToken = NULL,
serviceInstanceName,
serviceName
)Arguments
- nextToken
A 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.