Module Values_0.InputPredefinedAttributeConfigurationSource

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.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval make : ?enableValueValidationOnAssociation:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of EnableValueValidationOnAssociation.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t