List all resources associated with a specific tenant
Source:R/sesv2_operations.R
sesv2_list_tenant_resources.RdList all resources associated with a specific tenant.
See https://www.paws-r-sdk.com/docs/sesv2_list_tenant_resources/ for full documentation.
Arguments
- TenantName
[required] The name of the tenant to list resources for.
- Filter
A map of filter keys and values for filtering the list of tenant resources. Currently, the only supported filter key is
RESOURCE_TYPE.- PageSize
The number of results to show in a single call to
list_tenant_resources. If the number of results is larger than the number you specified in this parameter, then the response includes aNextTokenelement, which you can use to obtain additional results.- NextToken
A token returned from a previous call to
list_tenant_resourcesto indicate the position in the list of tenant resources.