AWS cli documentation change
Summary
Added documentation for new --tags parameter with constraints and syntax examples
Security assessment
The change introduces documentation for resource tagging capabilities but does not address security vulnerabilities or describe security features. Tags are primarily used for resource organization and cost allocation rather than security controls.
Diff
diff --git a/cli/latest/reference/bedrock-agentcore-control/create-workload-identity.md b/cli/latest/reference/bedrock-agentcore-control/create-workload-identity.md index 5f1903cbe..e01298a31 100644 --- a//cli/latest/reference/bedrock-agentcore-control/create-workload-identity.md +++ b//cli/latest/reference/bedrock-agentcore-control/create-workload-identity.md @@ -15 +15 @@ - * [AWS CLI 2.31.13 Command Reference](../../index.html) » + * [AWS CLI 2.31.16 Command Reference](../../index.html) » @@ -68,0 +69 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/bedroc + [--tags <value>] @@ -124,0 +126,44 @@ Syntax: +`--tags` (map) + +> A map of tag keys and values to assign to the workload identity. Tags enable you to categorize your resources in different ways, for example, by purpose, owner, or environment. +> +> Constraints: +> +> * min: `0` +> * max: `50` +> + +> +> key -> (string) +> +>> Constraints: +>> +>> * min: `1` +>> * max: `128` +>> * pattern: `[a-zA-Z0-9\s._:/=+@-]*` +>> + +> +> value -> (string) +> +>> Constraints: +>> +>> * min: `0` +>> * max: `256` +>> * pattern: `[a-zA-Z0-9\s._:/=+@-]*` +>> + + +Shorthand Syntax: + + + KeyName1=string,KeyName2=string + + +JSON Syntax: + + + {"string": "string" + ...} + + @@ -271 +316 @@ allowedResourceOauth2ReturnUrls -> (list) - * [AWS CLI 2.31.13 Command Reference](../../index.html) » + * [AWS CLI 2.31.16 Command Reference](../../index.html) »