Module Values_1.PredefinedAttributeConfigurationSource

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 : 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.

    *)
  2. isReadOnly : IsReadOnly.t option;
    (*

    A boolean flag used to indicate whether a predefined attribute should be displayed in the Amazon Connect admin website.

    *)
}
Sourceval make : ?enableValueValidationOnAssociation:??? -> ?isReadOnly:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Values_0.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