AWS Security ChangesHomeSearch

AWS cli documentation change

Service: cli · 2025-09-10 · Documentation low

File: cli/latest/reference/connect/search-predefined-attributes.md

Summary

Updated CLI version reference, expanded predefined attribute documentation with new use cases, quotas, endpoints, and added AttributeConfiguration structure with validation/read-only controls

Security assessment

Mirrors changes from describe-predefined-attribute.md, adding same validation enforcement and visibility controls through AttributeConfiguration. Enhances security posture but doesn't reference patching a specific vulnerability.

Diff

diff --git a/cli/latest/reference/connect/search-predefined-attributes.md b/cli/latest/reference/connect/search-predefined-attributes.md
index 1addb689e..9b387a3ba 100644
--- a//cli/latest/reference/connect/search-predefined-attributes.md
+++ b//cli/latest/reference/connect/search-predefined-attributes.md
@@ -15 +15 @@
-  * [AWS CLI 2.28.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.29.0 Command Reference](../../index.html) »
@@ -59 +59,10 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c
-Searches predefined attributes that meet certain criteria. _Predefined attributes_ are attributes in an Amazon Connect instance that can be used to route contacts to an agent or pools of agents within a queue. For more information, see [Create predefined attributes for routing contacts to agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html) .
+Searches predefined attributes that meet certain criteria. A _predefined attribute_ is made up of a name and a value. You can use predefined attributes for:
+
+  * Routing proficiency (for example, agent certification) that has predefined values (for example, a list of possible certifications). For more information, see [Create predefined attributes for routing contacts to agents](https://docs.aws.amazon.com/connect/latest/adminguide/predefined-attributes.html) .
+  * Contact information that varies between transfers or conferences, such as the name of the business unit handling the contact. For more information, see [Use contact segment attributes](https://docs.aws.amazon.com/connect/latest/adminguide/use-contact-segment-attributes.html) .
+
+
+
+For the predefined attributes per instance quota, see [Amazon Connect quotas](https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#connect-quotas) .
+
+> **Endpoints** : See [Amazon Connect endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/connect_region.html) .
@@ -384,0 +394,18 @@ PredefinedAttributes -> (list)
+>> Purposes -> (list)
+>>
+>>> Values that enable you to categorize your predefined attributes. You can use them in custom UI elements across the Amazon Connect admin website.
+>>> 
+>>> (string)
+>> 
+>> AttributeConfiguration -> (structure)
+>>
+>>> Custom metadata that is associated to predefined attributes to control behavior in upstream services, such as controlling how a predefined attribute should be displayed in the Amazon Connect admin website.
+>>> 
+>>> EnableValueValidationOnAssociation -> (boolean)
+>>>
+>>>> When this parameter is set to true, Amazon Connect enforces strict validation on the specific values, if the values are predefined in attributes. The contact will store only valid and predefined values for teh predefined attribute key.
+>>> 
+>>> IsReadOnly -> (boolean)
+>>>
+>>>> A boolean flag used to indicate whether a predefined attribute should be displayed in the Amazon Connect admin website.
+>> 
@@ -411 +438 @@ ApproximateTotalCount -> (long)
-  * [AWS CLI 2.28.25 Command Reference](../../index.html) »
+  * [AWS CLI 2.29.0 Command Reference](../../index.html) »