AWS securityhub documentation change
Summary
Updated AWS CLI command documentation links to use 'docs.aws.amazon.com/cli/latest' format
Security assessment
The changes only update URL paths for AWS CLI command references without altering security-related content. No evidence of addressing vulnerabilities or security features.
Diff
diff --git a/securityhub/latest/userguide/view-policy.md b/securityhub/latest/userguide/view-policy.md index 54c6b7c67..2b46d6a68 100644 --- a//securityhub/latest/userguide/view-policy.md +++ b//securityhub/latest/userguide/view-policy.md @@ -36 +36 @@ Security Hub API -To view a summary list of all your configuration policies, use the [ListConfigurationPolicies](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListConfigurationPolicies.html) operation of the Security Hub API. If you use the AWS CLI, run the [list-configuration-policies](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/list-configuration-policies.html) command. The delegated Security Hub administrator account should invoke the operation in the home Region. +To view a summary list of all your configuration policies, use the [ListConfigurationPolicies](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListConfigurationPolicies.html) operation of the Security Hub API. If you use the AWS CLI, run the [list-configuration-policies](https://docs.aws.amazon.com/cli/latest/reference/securityhub/list-configuration-policies.html) command. The delegated Security Hub administrator account should invoke the operation in the home Region. @@ -43 +43 @@ To view a summary list of all your configuration policies, use the [ListConfigur -To view details about a specific configuration policy, use the [GetConfigurationPolicy](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetConfigurationPolicy.html) operation. If you use the AWS CLI, run the [get-configuration-policy](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/get-configuration-policy.html). The delegated administrator account should invoke the operation in the home Region. Provide the Amazon Resource Name (ARN) or ID of the configuration policy whose details you want to see. +To view details about a specific configuration policy, use the [GetConfigurationPolicy](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetConfigurationPolicy.html) operation. If you use the AWS CLI, run the [get-configuration-policy](https://docs.aws.amazon.com/cli/latest/reference/securityhub/get-configuration-policy.html). The delegated administrator account should invoke the operation in the home Region. Provide the Amazon Resource Name (ARN) or ID of the configuration policy whose details you want to see. @@ -49 +49 @@ To view details about a specific configuration policy, use the [GetConfiguration -To view a summary list of all your configuration policies and their account associations, use the use the [ListConfigurationPolicyAssociations](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListConfigurationPolicyAssociations.html) operation. If you use the AWS CLI, run the [list-configuration-policy-associations](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/list-configuration-policy-associations.html) command. The delegated administrator account should invoke the operation in the home Region. Optionally, you can provide pagination parameters or filter the results by a specific policy ID, association type, or association status. +To view a summary list of all your configuration policies and their account associations, use the use the [ListConfigurationPolicyAssociations](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListConfigurationPolicyAssociations.html) operation. If you use the AWS CLI, run the [list-configuration-policy-associations](https://docs.aws.amazon.com/cli/latest/reference/securityhub/list-configuration-policy-associations.html) command. The delegated administrator account should invoke the operation in the home Region. Optionally, you can provide pagination parameters or filter the results by a specific policy ID, association type, or association status. @@ -55 +55 @@ To view a summary list of all your configuration policies and their account asso -To view associations for a specific account, use the [GetConfigurationPolicyAssociation](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetConfigurationPolicyAssociation.html) operation. If you use the AWS CLI, run the [get-configuration-policy-association](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/get-configuration-policy-association.html) command. The delegated administrator account should invoke the operation in the home Region. For `target`, provide the account number, OU ID, or root ID. +To view associations for a specific account, use the [GetConfigurationPolicyAssociation](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_GetConfigurationPolicyAssociation.html) operation. If you use the AWS CLI, run the [get-configuration-policy-association](https://docs.aws.amazon.com/cli/latest/reference/securityhub/get-configuration-policy-association.html) command. The delegated administrator account should invoke the operation in the home Region. For `target`, provide the account number, OU ID, or root ID.