Module Values_1.DeleteIntegrationResourcePropertyRequestSource

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

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

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

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