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 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. |
Id | aws.securityhub.delegated_admins_list_only |
Fields
Name | Datatype | Description |
---|---|---|
delegated_admin_identifier | string | The identifier of the DelegatedAdmin being created and assigned as the unique identifier |
admin_account_id | string | The Amazon Web Services account identifier of the account to designate as the Security Hub administrator account |
status | string | The current status of the Security Hub administrator account. Indicates whether the account is currently enabled as a Security Hub administrator |
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