Values_1.PredefinedAttributeConfigurationSourceCustom 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 : Values_0.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 teh predefined attribute key.
*)isReadOnly : IsReadOnly.t option;A boolean flag used to indicate whether a predefined attribute should be displayed in the Amazon Connect admin website.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Values_0.EnableValueValidationOnAssociation.t ])
list ]