Skip to contents

List all resources associated with a specific tenant.

See https://www.paws-r-sdk.com/docs/sesv2_list_tenant_resources/ for full documentation.

Usage

sesv2_list_tenant_resources(
  TenantName,
  Filter = NULL,
  PageSize = NULL,
  NextToken = NULL
)

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 a NextToken element, which you can use to obtain additional results.

NextToken

A token returned from a previous call to list_tenant_resources to indicate the position in the list of tenant resources.