Module Values_1.SourceProcessingPropertiesSource

The resource properties associated with the integration source.

Sourcetype nonrec t = {
  1. roleArn : String128.t option;
    (*

    The IAM role to access the Glue connection.

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