organization_configurations_list_only
Lists organization_configurations
in a region or regions, for all properties use organization_configurations
Overview
Name | organization_configurations_list_only |
Type | Resource |
Description | The AWS::SecurityHub::OrganizationConfiguration resource represents the configuration of your organization in Security Hub. Only the Security Hub administrator account can create Organization Configuration resource in each region and can opt-in to Central Configuration only in the aggregation region of FindingAggregator. |
Id | aws.securityhub.organization_configurations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
auto_enable | boolean | Whether to automatically enable Security Hub in new member accounts when they join the organization. |
auto_enable_standards | string | Whether to automatically enable Security Hub default standards in new member accounts when they join the organization. |
configuration_type | string | Indicates whether the organization uses local or central configuration. |
status | string | Describes whether central configuration could be enabled as the ConfigurationType for the organization. |
status_message | string | Provides an explanation if the value of Status is equal to FAILED when ConfigurationType is equal to CENTRAL. |
member_account_limit_reached | boolean | Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account. |
organization_configuration_identifier | string | The identifier of the OrganizationConfiguration being created and assigned as the unique identifier. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all organization_configurations
in a region.
SELECT
region,
organization_configuration_identifier
FROM aws.securityhub.organization_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the organization_configurations_list_only
resource, see organization_configurations