OrganizationConfiguration
Provides information about the way an organization is configured in AWS Security Hub.
Contents
- ConfigurationType
-
Indicates whether the organization uses local or central configuration.
If you use local configuration, the Security Hub delegated administrator can set
AutoEnable
totrue
andAutoEnableStandards
toDEFAULT
. This automatically enables Security Hub and default security standards in new organization accounts. These new account settings must be set separately in each AWS Region, and settings may be different in each Region.If you use central configuration, the delegated administrator can create configuration policies. Configuration policies can be used to configure Security Hub, security standards, and security controls in multiple accounts and Regions. If you want new organization accounts to use a specific configuration, you can create a configuration policy and associate it with the root or specific organizational units (OUs). New accounts will inherit the policy from the root or their assigned OU.
Type: String
Valid Values:
CENTRAL | LOCAL
Required: No
- Status
-
Describes whether central configuration could be enabled as the
ConfigurationType
for the organization. If yourConfigurationType
is local configuration, then the value ofStatus
is alwaysENABLED
.Type: String
Valid Values:
PENDING | ENABLED | FAILED
Required: No
- StatusMessage
-
Provides an explanation if the value of
Status
is equal toFAILED
whenConfigurationType
is equal toCENTRAL
.Type: String
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: