Values.IdMappingTableSourceDescribes information about the ID mapping table.
type nonrec t = {id : UUID.t option;The unique identifier of the ID mapping table.
*)arn : IdMappingTableArn.t option;The Amazon Resource Name (ARN) of the ID mapping table.
*)inputReferenceConfig : IdMappingTableInputReferenceConfig.t option;The input reference configuration for the ID mapping table.
*)membershipId : UUID.t option;The unique identifier of the membership resource for the ID mapping table.
*)membershipArn : MembershipArn.t option;The Amazon Resource Name (ARN) of the membership resource for the ID mapping table.
*)collaborationId : UUID.t option;The unique identifier of the collaboration that contains this ID mapping table.
*)collaborationArn : CollaborationArn.t option;The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
*)description : ResourceDescription.t option;The description of the ID mapping table.
*)name : ResourceAlias.t option;The name of the ID mapping table.
*)createTime : Timestamp.t option;The time at which the ID mapping table was created.
*)updateTime : Timestamp.t option;The most recent time at which the ID mapping table was updated.
*)inputReferenceProperties : IdMappingTableInputReferenceProperties.t option;The input reference properties for the ID mapping table.
*)kmsKeyArn : KMSKeyArn.t option;The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of UUID.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of
[> `Structure of
(string * [> `Enum of string | `String of String_.t ])
list ]
list
| `String of IdMappingTableInputReferenceArn.t ])
list
| `Timestamp of Timestamp.t ])
list ]