Module Values_2.GetIntegrationResourcePropertyRequestSource

This API is used for fetching the ResourceProperty of the Glue connection (for the source) or Glue database ARN (for the target)

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

    The connection ARN of the source, or the database ARN of the target.

    *)
}
Sourceval context_ : string
Sourceval make : resourceArn:Values_1.String512.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