AWS cli documentation change
Summary
Added --cluster-id parameter for tagging session-scoped resources
Security assessment
Adds resource scoping capability for tags but doesn't address security vulnerabilities or document security features.
Diff
diff --git a/cli/latest/reference/emr/add-tags.md b/cli/latest/reference/emr/add-tags.md index 13cb615af..7100691f5 100644 --- a//cli/latest/reference/emr/add-tags.md +++ b//cli/latest/reference/emr/add-tags.md @@ -15 +15 @@ - * [AWS CLI 2.34.61 Command Reference](../../index.html) » + * [AWS CLI 2.34.63 Command Reference](../../index.html) » @@ -69,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/elasti + [--cluster-id <value>] @@ -104,0 +106,10 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/elasti +`--cluster-id` (string) + +> The ID of the cluster that scopes the tag operation. Required when the resource being tagged is a session-scoped resource. +> +> Constraints: +> +> * max: `256` +> + + @@ -286 +297 @@ None - * [AWS CLI 2.34.61 Command Reference](../../index.html) » + * [AWS CLI 2.34.63 Command Reference](../../index.html) »