Values_0.InputPredefinedAttributeConfigurationSourceCustom 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.
type nonrec t = {enableValueValidationOnAssociation : EnableValueValidationOnAssociation.t
option;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 the predefined attribute key.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of EnableValueValidationOnAssociation.t ]) list ]