aws.guardduty.get_administrator_account
Example SQL Queries
SELECT * FROMaws.guardduty.get_administrator_accountWHERE"detector_id" = 'VALUE';Description
Provides the details of the GuardDuty administrator account associated with the current GuardDuty member account.
If the organization's management account or a delegated administrator runs this API, it will return success (HTTP 200) but no content.
Table Definition
| Column Name | Column Data Type |
|---|---|
| detector_id Required Input Column The unique ID of the detector of the GuardDuty member account. | 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 |
| administrator The administrator account details. | STRUCT( |
Show child fields
| |