Skip to main content

delegated_admins_list_only

Lists delegated_admins in a region or regions, for all properties use delegated_admins

Overview

Namedelegated_admins_list_only
TypeResource
DescriptionThe AWS::SecurityHub::DelegatedAdmin resource designates the delegated ASHlong administrator account for an organization. You must enable the integration between ASH and AOlong before you can designate a delegated ASH administrator. Only the management account for an organization can designate the delegated ASH administrator account. For more information, see [Designating the delegated administrator](https://docs.aws.amazon.com/securityhub/latest/userguide/designate-orgs-admin-account.html#designate-admin-instructions) in the User Guide.
To change the delegated administrator account, remove the current delegated administrator account, and then designate the new account.
To designate multiple delegated administrators in different organizations and AWS-Regions, we recommend using [mappings](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/mappings-section-structure.html).
Tags aren't supported for this resource.
Idaws.securityhub.delegated_admins_list_only

Fields

NameDatatypeDescription
delegated_admin_identifierstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all delegated_admins in a region.

SELECT
region,
delegated_admin_identifier
FROM aws.securityhub.delegated_admins_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the delegated_admins_list_only resource, see delegated_admins