Values.CreateIdNamespaceAssociationInputSourceCreates an ID namespace association.
type nonrec t = {membershipIdentifier : MembershipIdentifier.t;The unique identifier of the membership that contains the ID namespace association.
*)inputReferenceConfig : IdNamespaceAssociationInputReferenceConfig.t;The input reference configuration needed to create the ID namespace association.
*)name : GenericResourceName.t;The name for the ID namespace association.
*)description : ResourceDescription.t option;The description of the ID namespace association.
*)idMappingConfig : IdMappingConfig.t option;The configuration settings for the ID mapping table.
*)}val make :
?tags:??? ->
?description:??? ->
?idMappingConfig:??? ->
membershipIdentifier:MembershipIdentifier.t ->
inputReferenceConfig:IdNamespaceAssociationInputReferenceConfig.t ->
name:GenericResourceName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of MembershipIdentifier.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `String of IdNamespaceAssociationInputReferenceArn.t ])
list ])
list ]