Values.CreateIdMappingTableInputSourceCreates an ID mapping table.
type nonrec t = {membershipIdentifier : MembershipIdentifier.t;The unique identifier of the membership that contains the ID mapping table.
*)name : ResourceAlias.t;A name for the ID mapping table.
*)description : ResourceDescription.t option;A description of the ID mapping table.
*)inputReferenceConfig : IdMappingTableInputReferenceConfig.t;The input reference configuration needed to create the ID mapping table.
*)kmsKeyArn : KMSKeyArn.t option;The Amazon Resource Name (ARN) of the Amazon Web Services KMS key. This value is used to encrypt the mapping table data that is stored by Clean Rooms.
*)}val make :
?description:??? ->
?tags:??? ->
?kmsKeyArn:??? ->
membershipIdentifier:MembershipIdentifier.t ->
name:ResourceAlias.t ->
inputReferenceConfig:IdMappingTableInputReferenceConfig.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 IdMappingTableInputReferenceArn.t ])
list ])
list ]