aws.detective.list_organization_admin_accounts
Example SQL Queries
SELECT * FROMaws.detective.list_organization_admin_accounts;Description
Returns information about the Detective administrator account for an organization. Can only be called by the organization management account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return. | BIGINT |
| next_token Input Column If there are more accounts remaining in the results, then this is the pagination token to use to request the next page of accounts. | 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
| |
| administrators The list of Detective administrator accounts. | STRUCT( |
Show child fields
| |