Module Values.IdNamespaceIdMappingWorkflowPropertiesSource

An object containing idMappingType, providerProperties, and ruleBasedProperties.

Sourcetype nonrec t = {
  1. idMappingType : IdMappingType.t;
    (*

    The type of ID mapping.

    *)
  2. ruleBasedProperties : NamespaceRuleBasedProperties.t option;
    (*

    An object which defines any additional configurations required by rule-based matching.

    *)
  3. providerProperties : NamespaceProviderProperties.t option;
    (*

    An object which defines any additional configurations required by the provider service.

    *)
}
Sourceval context_ : string
Sourceval make : ?ruleBasedProperties:??? -> ?providerProperties:??? -> idMappingType:IdMappingType.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `List of [> `Enum of string | `Structure of (string * [> `List of [> `String of AttributeName.t ] list | `String of RuleRuleNameString.t ]) list ] list | `String of ProviderServiceArn.t | `Structure of 'a list ]) list ]) 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