aws.organizations.list_delegated_services_for_account
Example SQL Queries
SELECT * FROMaws.organizations.list_delegated_services_for_accountWHERE"account_id" = 'VALUE';Description
List the Amazon Web Services services for which the specified account is a delegated administrator.
This operation can be called only from the organization's management account or by a member account that is a delegated administrator for an Amazon Web Services service.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The account ID number of a delegated administrator account in the organization. | 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
| |
| delegation_enabled_date The date that the account became a delegated administrator for this service. | TIMESTAMP_S |
| service_principal The name of an Amazon Web Services service that can request an operation for the specified service. This is typically in the form of a URL, such as: servicename.amazonaws.com. | VARCHAR |