delegated_admins_list_only
Lists delegated_admins
in a region or regions, for all properties use delegated_admins
Overview
Name | delegated_admins_list_only |
Type | Resource |
Description | The 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. |
Id | aws.securityhub.delegated_admins_list_only |
Fields
Name | Datatype | Description |
---|---|---|
delegated_admin_identifier | string | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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