Module Values.CreateIdMappingTableInputSource

Creates an ID mapping table.

Sourcetype nonrec t = {
  1. membershipIdentifier : MembershipIdentifier.t;
    (*

    The unique identifier of the membership that contains the ID mapping table.

    *)
  2. name : ResourceAlias.t;
    (*

    A name for the ID mapping table.

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

    A description of the ID mapping table.

    *)
  4. inputReferenceConfig : IdMappingTableInputReferenceConfig.t;
    (*

    The input reference configuration needed to create the ID mapping table.

    *)
  5. tags : TagMap.t option;
    (*

    An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.

    *)
  6. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?tags:??? -> ?kmsKeyArn:??? -> membershipIdentifier:MembershipIdentifier.t -> name:ResourceAlias.t -> inputReferenceConfig:IdMappingTableInputReferenceConfig.t -> unit -> t
Sourceval 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 ]
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