Module Values_2.GetIntegrationTablePropertiesRequestSource

This API is used to retrieve optional override properties for the tables that need to be replicated. These properties can include properties for filtering and partition for source and target tables.

Sourcetype nonrec t = {
  1. resourceArn : Values_1.String512.t;
    (*

    The Amazon Resource Name (ARN) of the target table for which to retrieve integration table properties. Currently, this API only supports retrieving properties for target tables, and the provided ARN should be the ARN of the target table in the Glue Data Catalog. Support for retrieving integration table properties for source connections (using the connection ARN) is not yet implemented and will be added in a future release.

    *)
  2. tableName : Values_1.String128.t;
    (*

    The name of the table to be replicated.

    *)
}
Sourceval context_ : string
Sourceval make : resourceArn:Values_1.String512.t -> tableName:Values_1.String128.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.String512.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