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 represents the AWS Security Hub delegated admin account in your organization. One delegated admin resource is allowed to create for the organization in each region in which you configure the AdminAccountId.
Idaws.securityhub.delegated_admins_list_only

Fields

NameDatatypeDescription
delegated_admin_identifierstringThe identifier of the DelegatedAdmin being created and assigned as the unique identifier
admin_account_idstringThe Amazon Web Services account identifier of the account to designate as the Security Hub administrator account
statusstringThe current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator
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