@aws-sdk/client-workmail

ListResourceDelegatesCommandInput Interface

Members

Name
Type
Details
OrganizationId Requiredstring | undefined

The identifier for the organization that contains the resource for which delegates are listed.

ResourceId Requiredstring | undefined

The identifier for the resource whose delegates are listed.

The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:

  • Resource ID: r-0123456789a0123456789b0123456789

  • Email address: resourcedomain.tld

  • Resource name: resource

MaxResults number | undefined

The number of maximum results in a page.

NextToken string | undefined

The token used to paginate through the delegates associated with a resource.

Full Signature

export interface ListResourceDelegatesCommandInput extends ListResourceDelegatesRequest