v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1461972964.4 KB

Returns information about the Organizations configuration for Security Hub. Can only be called from a Security Hub administrator account.

get/organization/configuration

Response

Success

AutoEnableboolean
<p>Whether to automatically enable Security Hub for new accounts in the organization.</p> <p>If set to <code>true</code>, then Security Hub is enabled for new accounts. If set to false, then new accounts are not added automatically.</p>
MemberAccountLimitReachedboolean

Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.

AutoEnableStandards'NONE' | 'DEFAULT'
<p>Whether to automatically enable Security Hub <a href="https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-enable-disable.html">default standards</a> for new member accounts in the organization.</p> <p>The default value of this parameter is equal to <code>DEFAULT</code>.</p> <p>If equal to <code>DEFAULT</code>, then Security Hub default standards are automatically enabled for new member accounts. If equal to <code>NONE</code>, then default standards are not automatically enabled for new member accounts.</p>

Example response

{
  "AutoEnable": true,
  "AutoEnableStandards": "DEFAULT",
  "MemberAccountLimitReached": true
}