AWS securityhub documentation change
Summary
Updated AWS CLI command links to use 'cli/latest' path
Security assessment
Standardization of CLI documentation links without security-related changes.
Diff
diff --git a/securityhub/latest/userguide/standard-controls-list.md b/securityhub/latest/userguide/standard-controls-list.md index 0ad3feb14..b0235b8e5 100644 --- a//securityhub/latest/userguide/standard-controls-list.md +++ b//securityhub/latest/userguide/standard-controls-list.md @@ -55 +55 @@ Security Hub API - 1. Use the [ListSecurityControlDefinitions](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListSecurityControlDefinitions.html) operation of the Security Hub API. If you use the AWS CLI, run the [list-security-control-definitions](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/list-security-control-definitions.html) command. + 1. Use the [ListSecurityControlDefinitions](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListSecurityControlDefinitions.html) operation of the Security Hub API. If you use the AWS CLI, run the [list-security-control-definitions](https://docs.aws.amazon.com/cli/latest/reference/securityhub/list-security-control-definitions.html) command. @@ -57 +57 @@ Security Hub API -Provide the Amazon Resource Name (ARN) of the standard that you want to view controls for. To obtain standard ARNs, use the [`DescribeStandards`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html) operation or the [describe-standards](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/describe-standards.html) command. If you don't provide a standard ARN, Security Hub returns all security control IDs. +Provide the Amazon Resource Name (ARN) of the standard that you want to view controls for. To obtain standard ARNs, use the [`DescribeStandards`](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_DescribeStandards.html) operation or the [describe-standards](https://docs.aws.amazon.com/cli/latest/reference/securityhub/describe-standards.html) command. If you don't provide a standard ARN, Security Hub returns all security control IDs. @@ -59 +59 @@ Provide the Amazon Resource Name (ARN) of the standard that you want to view con - 2. Use the [ListStandardsControlAssociations](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListStandardsControlAssociations.html) operation of the Security Hub API, or the [list-standards-control-associations](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/list-standards-control-associations.html) command. This operation tells you which standards a control is enabled in. + 2. Use the [ListStandardsControlAssociations](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_ListStandardsControlAssociations.html) operation of the Security Hub API, or the [list-standards-control-associations](https://docs.aws.amazon.com/cli/latest/reference/securityhub/list-standards-control-associations.html) command. This operation tells you which standards a control is enabled in.