Module Values_1.TargetProcessingPropertiesSource

The resource properties associated with the integration target.

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

    The IAM role to access the Glue database.

    *)
  2. kmsArn : String2048.t option;
    (*

    The ARN of the KMS key used for encryption.

    *)
  3. connectionName : String128.t option;
    (*

    The Glue network connection to configure the Glue job running in the customer VPC.

    *)
  4. eventBusArn : String2048.t option;
    (*

    The ARN of an Eventbridge event bus to receive the integration status notification.

    *)
}
Sourceval make : ?roleArn:??? -> ?kmsArn:??? -> ?connectionName:??? -> ?eventBusArn:??? -> 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