AWS cli documentation change
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
Added 'EnableValueValidationOnAssociation' enforces strict validation of predefined values to ensure only valid values are stored, improving data integrity. 'IsReadOnly' controls admin UI visibility. While these enhance security controls, there's no evidence they address a specific disclosed vulnerability.
Diff
diff --git a/cli/latest/reference/connect/describe-predefined-attribute.md b/cli/latest/reference/connect/describe-predefined-attribute.md index 62d98b589..3cd606a3e 100644 --- a//cli/latest/reference/connect/describe-predefined-attribute.md +++ b//cli/latest/reference/connect/describe-predefined-attribute.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 -Describes a predefined attribute for the specified Amazon Connect instance. _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) . +Describes a predefined attribute for the specified Amazon Connect instance. 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) . @@ -221,0 +231,18 @@ PredefinedAttribute -> (structure) +> 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. +> @@ -240 +267 @@ PredefinedAttribute -> (structure) - * [AWS CLI 2.28.25 Command Reference](../../index.html) » + * [AWS CLI 2.29.0 Command Reference](../../index.html) »