AWS securityhub documentation change
Summary
Updated AWS CLI command documentation links to use latest CLI reference URLs
Security assessment
The changes correct URL paths for AWS CLI commands but do not introduce or modify security-related content. This is a routine documentation maintenance update with no direct security implications.
Diff
diff --git a/securityhub/latest/userguide/tags-add.md b/securityhub/latest/userguide/tags-add.md index d553baead..85f98bcce 100644 --- a//securityhub/latest/userguide/tags-add.md +++ b//securityhub/latest/userguide/tags-add.md @@ -46 +46 @@ To create a resource and add one or more tags to it programmatically, use the ap - * To create a configuration policy and add one or more tags to it, invoke the [CreateConfigurationPolicy](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_CreateConfigurationPolicy.html) API or, if you're using the AWS CLI, run the [create-configuration-policy](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/create-configuration-policy.html) command. + * To create a configuration policy and add one or more tags to it, invoke the [CreateConfigurationPolicy](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_CreateConfigurationPolicy.html) API or, if you're using the AWS CLI, run the [create-configuration-policy](https://docs.aws.amazon.com/cli/latest/reference/securityhub/create-configuration-policy.html) command. @@ -48 +48 @@ To create a resource and add one or more tags to it programmatically, use the ap - * To create an automation rule and add one or more tags to it, invoke the [CreateAutomationRule](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_CreateAutomationRule.html) API or, if you're using the AWS CLI, run the [create-automation-rule](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/create-automation-rule.html) command. + * To create an automation rule and add one or more tags to it, invoke the [CreateAutomationRule](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_CreateAutomationRule.html) API or, if you're using the AWS CLI, run the [create-automation-rule](https://docs.aws.amazon.com/cli/latest/reference/securityhub/create-automation-rule.html) command. @@ -50 +50 @@ To create a resource and add one or more tags to it programmatically, use the ap - * To enable Security Hub and add one or more tags to your `Hub` resource, invoke the [EnableSecurityHub](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_EnableSecurityHub.html) API or, if you're using the AWS Command Line Interface (AWS CLI), run the [enable-security-hub](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/enable-security-hub.html) command. + * To enable Security Hub and add one or more tags to your `Hub` resource, invoke the [EnableSecurityHub](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_EnableSecurityHub.html) API or, if you're using the AWS Command Line Interface (AWS CLI), run the [enable-security-hub](https://docs.aws.amazon.com/cli/latest/reference/securityhub/enable-security-hub.html) command. @@ -57 +57 @@ In your request, use the `tags` parameter to specify the tag key and optional ta -To add one or more tags to an existing resource, use the [TagResource](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_TagResource.html) operation of the Security Hub API or, if you're using the AWS CLI, run the [tag-resource](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/securityhub/tag-resource.html) command. In your request, specify the Amazon Resource Name (ARN) of the resource that you want to add a tag to. Use the `tags` parameter to specify the tag key (`key`) and optional tag value (`value`) for each tag to add. The `tags` parameter specifies an array of objects, one object for each tag key and its associated tag value. +To add one or more tags to an existing resource, use the [TagResource](https://docs.aws.amazon.com/securityhub/1.0/APIReference/API_TagResource.html) operation of the Security Hub API or, if you're using the AWS CLI, run the [tag-resource](https://docs.aws.amazon.com/cli/latest/reference/securityhub/tag-resource.html) command. In your request, specify the Amazon Resource Name (ARN) of the resource that you want to add a tag to. Use the `tags` parameter to specify the tag key (`key`) and optional tag value (`value`) for each tag to add. The `tags` parameter specifies an array of objects, one object for each tag key and its associated tag value.