UpdateOrganizationConfiguration
Used to update the configuration related to Organizations. Can only be called from a Security Hub administrator account.
Request Syntax
POST /organization/configuration HTTP/1.1
Content-type: application/json
{
"AutoEnable": boolean
,
"AutoEnableStandards": "string
"
}
URI Request Parameters
The request does not use any URI parameters.
Request Body
The request accepts the following data in JSON format.
- AutoEnable
-
Whether to automatically enable Security Hub for new accounts in the organization.
By default, this is
false
, and new accounts are not added automatically.To automatically enable Security Hub for new accounts, set this to
true
.Type: Boolean
Required: Yes
- AutoEnableStandards
-
Whether to automatically enable Security Hub default standards for new member accounts in the organization.
By default, this parameter is equal to
DEFAULT
, and new member accounts are automatically enabled with default Security Hub standards.To opt out of enabling default standards for new member accounts, set this parameter equal to
NONE
.Type: String
Valid Values:
NONE | DEFAULT
Required: No
Response Syntax
HTTP/1.1 200
Response Elements
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Errors
For information about the errors that are common to all actions, see Common Errors.
- InternalException
-
Internal server error.
HTTP Status Code: 500
- InvalidAccessException
-
There is an issue with the account used to make the request. Either Security Hub is not enabled for the account, or the account does not have permission to perform this action.
HTTP Status Code: 401
- InvalidInputException
-
The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
HTTP Status Code: 400
- LimitExceededException
-
The request was rejected because it attempted to create resources beyond the current Amazon account or throttling limits. The error code describes the limit exceeded.
HTTP Status Code: 429
See Also
For more information about using this API in one of the language-specific Amazon SDKs, see the following: