Values.IdMappingTechniquesSourceAn object which defines the ID mapping technique and any additional configurations.
type nonrec t = {idMappingType : IdMappingType.t;The type of ID mapping.
*)ruleBasedProperties : IdMappingRuleBasedProperties.t option;An object which defines any additional configurations required by rule-based matching.
*)providerProperties : ProviderProperties.t option;An object which defines any additional configurations required by the provider service.
*)}val make :
?ruleBasedProperties:??? ->
?providerProperties:??? ->
idMappingType:IdMappingType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `List of [> `String of AttributeName.t ] list
| `String of RuleRuleNameString.t ])
list ]
list
| `String of ProviderServiceArn.t
| `Structure of (string * [> `String of S3Path.t ]) list ])
list ])
list ]