AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-11-19 · Documentation medium

File: cli/latest/reference/glue/create-integration-resource-property.md

Summary

Added tags parameter and updated documentation for resource property management

Security assessment

Introduces documentation about using tags for access control ('controlling access to resources in Glue') and references security documentation about resource ARNs. While this adds security-related documentation, there is no evidence of addressing a specific vulnerability.

Diff

diff --git a/cli/latest/reference/glue/create-integration-resource-property.md b/cli/latest/reference/glue/create-integration-resource-property.md
index 582c992cd..1d409a20f 100644
--- a//cli/latest/reference/glue/create-integration-resource-property.md
+++ b//cli/latest/reference/glue/create-integration-resource-property.md
@@ -15 +15 @@
-  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.39 Command Reference](../../index.html) »
@@ -69,0 +70 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2
+    [--tags <value>]
@@ -101 +102 @@ See also: [AWS API Documentation](https://docs.aws.amazon.com/goto/WebAPI/glue-2
->   * max: `128`
+>   * max: `512`
@@ -198,0 +200,50 @@ JSON Syntax:
+`--tags` (list)
+
+> Metadata assigned to the resource consisting of a list of key-value pairs.
+> 
+> (structure)
+>
+>> The `Tag` object represents a label that you can assign to an Amazon Web Services resource. Each tag consists of a key and an optional value, both of which you define.
+>> 
+>> For more information about tags, and controlling access to resources in Glue, see [Amazon Web Services Tags in Glue](https://docs.aws.amazon.com/glue/latest/dg/monitor-tags.html) and [Specifying Glue Resource ARNs](https://docs.aws.amazon.com/glue/latest/dg/glue-specifying-resource-arns.html) in the developer guide.
+>> 
+>> key -> (string)
+>>
+>>> The tag key. The key is required when you create a tag on an object. The key is case-sensitive, and must not contain the prefix aws.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `1`
+>>>   * max: `128`
+>>> 
+
+>> 
+>> value -> (string)
+>>
+>>> The tag value. The value is optional when you create a tag on an object. The value is case-sensitive, and must not contain the prefix aws.
+>>> 
+>>> Constraints:
+>>> 
+>>>   * min: `0`
+>>>   * max: `256`
+>>> 
+
+
+Shorthand Syntax:
+    
+    
+    key=string,value=string ...
+    
+
+JSON Syntax:
+    
+    
+    [
+      {
+        "key": "string",
+        "value": "string"
+      }
+      ...
+    ]
+    
+
@@ -305 +356,12 @@ ResourceArn -> (string)
->   * max: `128`
+>   * max: `512`
+> 
+
+
+ResourcePropertyArn -> (string)
+
+> The resource ARN created through this create API. The format is something like arn:aws:glue:<region>:<account_id>:integrationresourceproperty/*
+> 
+> Constraints:
+> 
+>   * min: `1`
+>   * max: `512`
@@ -382 +444 @@ TargetProcessingProperties -> (structure)
-  * [AWS CLI 2.31.37 Command Reference](../../index.html) »
+  * [AWS CLI 2.31.39 Command Reference](../../index.html) »