Values.IdNamespaceIdMappingWorkflowPropertiesSourceAn object containing idMappingType, providerProperties, and ruleBasedProperties.
type nonrec t = {idMappingType : IdMappingType.t;The type of ID mapping.
*)ruleBasedProperties : NamespaceRuleBasedProperties.t option;An object which defines any additional configurations required by rule-based matching.
*)providerProperties : NamespaceProviderProperties.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
[> `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 ]