Get a list the AWS services for which the specified account is a delegated administrator
data "aws_organizations_delegated_services" "example" {
account_id = "AWS ACCOUNT ID"
}
account_id
- (Required) Account ID number of a delegated administrator account in the organization.This data source exports the following attributes in addition to the arguments above:
delegated_services
- Services for which the account is a delegated administrator, which have the following attributes:
delegation_enabled_date
- The date that the account became a delegated administrator for this service.service_principal
- The name of an AWS service that can request an operation for the specified service.