---
type: resource-type
title: OrganizationConfiguration
description: aws resource type AWS::SecurityHub::OrganizationConfiguration
name: OrganizationConfiguration
lexicon: aws
resource_type: AWS::SecurityHub::OrganizationConfiguration
---
`AWS::SecurityHub::OrganizationConfiguration`, a resource type of the aws lexicon.

## Properties

- `AutoEnable` (`boolean`, required): Whether to automatically enable Security Hub in new member accounts when they join the organization.
- `AutoEnableStandards` (`"DEFAULT" | "NONE"`, optional): Whether to automatically enable Security Hub default standards in new member accounts when they join the organization.
- `ConfigurationType` (`"CENTRAL" | "LOCAL"`, optional): Indicates whether the organization uses local or central configuration.
- `MemberAccountLimitReached` (`boolean`, optional): Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account.
- `OrganizationConfigurationIdentifier` (`string`, optional): The identifier of the OrganizationConfiguration being created and assigned as the unique identifier.
- `Status` (`"ENABLED" | "FAILED" | "PENDING"`, optional): Describes whether central configuration could be enabled as the ConfigurationType for the organization.
- `StatusMessage` (`string`, optional): Provides an explanation if the value of Status is equal to FAILED when ConfigurationType is equal to CENTRAL.

## Attributes

- `MemberAccountLimitReached`
- `OrganizationConfigurationIdentifier`
- `Status`
- `StatusMessage`
