aws.workmail.list_resource_delegates
Example SQL Queries
SELECT * FROMaws.workmail.list_resource_delegatesWHERE"organization_id" = 'VALUE'AND "resource_id" = 'VALUE';Description
Lists the delegates associated with a resource. Users and groups can be resource delegates and answer requests on behalf of the resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_id Required Input Column The identifier for the organization that contains the resource for which delegates are listed. | VARCHAR |
| resource_id Required Input Column The identifier for the resource whose delegates are listed. The identifier can accept ResourceId, Resourcename, or email. The following identity formats are available:
| VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| id The identifier for the user or group associated as the resource's delegate. | VARCHAR |
| type The type of the delegate: user or group. | VARCHAR |