Module Values.IdMappingTableSource

Describes information about the ID mapping table.

Sourcetype nonrec t = {
  1. id : UUID.t option;
    (*

    The unique identifier of the ID mapping table.

    *)
  2. arn : IdMappingTableArn.t option;
    (*

    The Amazon Resource Name (ARN) of the ID mapping table.

    *)
  3. inputReferenceConfig : IdMappingTableInputReferenceConfig.t option;
    (*

    The input reference configuration for the ID mapping table.

    *)
  4. membershipId : UUID.t option;
    (*

    The unique identifier of the membership resource for the ID mapping table.

    *)
  5. membershipArn : MembershipArn.t option;
    (*

    The Amazon Resource Name (ARN) of the membership resource for the ID mapping table.

    *)
  6. collaborationId : UUID.t option;
    (*

    The unique identifier of the collaboration that contains this ID mapping table.

    *)
  7. collaborationArn : CollaborationArn.t option;
    (*

    The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.

    *)
  8. description : ResourceDescription.t option;
    (*

    The description of the ID mapping table.

    *)
  9. name : ResourceAlias.t option;
    (*

    The name of the ID mapping table.

    *)
  10. createTime : Timestamp.t option;
    (*

    The time at which the ID mapping table was created.

    *)
  11. updateTime : Timestamp.t option;
    (*

    The most recent time at which the ID mapping table was updated.

    *)
  12. inputReferenceProperties : IdMappingTableInputReferenceProperties.t option;
    (*

    The input reference properties for the ID mapping table.

    *)
  13. kmsKeyArn : KMSKeyArn.t option;
    (*

    The Amazon Resource Name (ARN) of the Amazon Web Services KMS key.

    *)
}
Sourceval make : ?id:??? -> ?arn:??? -> ?inputReferenceConfig:??? -> ?membershipId:??? -> ?membershipArn:??? -> ?collaborationId:??? -> ?collaborationArn:??? -> ?description:??? -> ?name:??? -> ?createTime:??? -> ?updateTime:??? -> ?inputReferenceProperties:??? -> ?kmsKeyArn:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t