AWS cli documentation change
Summary
Updated documentation to reflect Security Hub CSPM branding, added --cli-error-format parameter, and clarified organizational configuration behavior
Security assessment
The changes primarily add CSPM (Cloud Security Posture Management) terminology and clarify security configuration capabilities. While CSPM is a security feature, there's no evidence this addresses a specific vulnerability or incident - it appears to be documentation refinement for an existing security service capability. The changes describe how security posture management is automatically enabled in accounts.
Diff
diff --git a/cli/latest/reference/securityhub/describe-organization-configuration.md b/cli/latest/reference/securityhub/describe-organization-configuration.md index 4e8ea72ec..7a17f7f2d 100644 --- a//cli/latest/reference/securityhub/describe-organization-configuration.md +++ b//cli/latest/reference/securityhub/describe-organization-configuration.md @@ -15 +15 @@ - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) » @@ -60 +60 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Returns information about the way your organization is configured in Security Hub. Only the Security Hub administrator account can invoke this operation. +Returns information about the way your organization is configured in Security Hub CSPM. Only the Security Hub CSPM administrator account can invoke this operation. @@ -87,0 +88 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/securi + [--cli-error-format <value>] @@ -122,0 +124 @@ The formatting style for command output. + * off @@ -188,0 +191,13 @@ Disable automatically prompt for CLI input parameters. +`--cli-error-format` (string) + +The formatting style for error output. By default, errors are displayed in enhanced format. + + * legacy + * json + * yaml + * text + * table + * enhanced + + + @@ -226 +241 @@ AutoEnable -> (boolean) -> Whether to automatically enable Security Hub in new member accounts when they join the organization. +> Whether to automatically enable Security Hub CSPM in new member accounts when they join the organization. @@ -228 +243 @@ AutoEnable -> (boolean) -> If set to `true` , then Security Hub is automatically enabled in new accounts. If set to `false` , then Security Hub isn’t enabled in new accounts automatically. The default value is `false` . +> If set to `true` , then Security Hub CSPM is automatically enabled in new accounts. If set to `false` , then Security Hub CSPM isn’t enabled in new accounts automatically. The default value is `false` . @@ -230 +245 @@ AutoEnable -> (boolean) -> If the `ConfigurationType` of your organization is set to `CENTRAL` , then this field is set to `false` and can’t be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub is enabled and associate the policy with new organization accounts. +> If the `ConfigurationType` of your organization is set to `CENTRAL` , then this field is set to `false` and can’t be changed in the home Region and linked Regions. However, in that case, the delegated administrator can create a configuration policy in which Security Hub CSPM is enabled and associate the policy with new organization accounts. @@ -234 +249 @@ MemberAccountLimitReached -> (boolean) -> Whether the maximum number of allowed member accounts are already associated with the Security Hub administrator account. +> Whether the maximum number of allowed member accounts are already associated with the Security Hub CSPM administrator account. @@ -238 +253 @@ AutoEnableStandards -> (string) -> Whether to automatically enable Security Hub [default standards](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-enable-disable.html) in new member accounts when they join the organization. +> Whether to automatically enable Security Hub CSPM [default standards](https://docs.aws.amazon.com/securityhub/latest/userguide/securityhub-standards-enable-disable.html) in new member accounts when they join the organization. @@ -240 +255 @@ AutoEnableStandards -> (string) -> If equal to `DEFAULT` , then Security Hub default standards are automatically enabled for new member accounts. If equal to `NONE` , then default standards are not automatically enabled for new member accounts. The default value of this parameter is equal to `DEFAULT` . +> If equal to `DEFAULT` , then Security Hub CSPM default standards are automatically enabled for new member accounts. If equal to `NONE` , then default standards are not automatically enabled for new member accounts. The default value of this parameter is equal to `DEFAULT` . @@ -253 +268 @@ OrganizationConfiguration -> (structure) -> Provides information about the way an organization is configured in Security Hub. +> Provides information about the way an organization is configured in Security Hub CSPM. @@ -259 +274 @@ OrganizationConfiguration -> (structure) ->> If you use local configuration, the Security Hub delegated administrator can set `AutoEnable` to `true` and `AutoEnableStandards` to `DEFAULT` . This automatically enables Security Hub and default security standards in new organization accounts. These new account settings must be set separately in each Amazon Web Services Region, and settings may be different in each Region. +>> If you use local configuration, the Security Hub CSPM delegated administrator can set `AutoEnable` to `true` and `AutoEnableStandards` to `DEFAULT` . This automatically enables Security Hub CSPM and default security standards in new organization accounts. These new account settings must be set separately in each Amazon Web Services Region, and settings may be different in each Region. @@ -261 +276 @@ OrganizationConfiguration -> (structure) ->> 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. +>> If you use central configuration, the delegated administrator can create configuration policies. Configuration policies can be used to configure Security Hub CSPM, 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. @@ -302 +317 @@ OrganizationConfiguration -> (structure) - * [AWS CLI 2.33.29 Command Reference](../../index.html) » + * [AWS CLI 2.34.0 Command Reference](../../index.html) »