Module Values_1.CreateIntegrationRequestSource

Creates a Zero-ETL integration in the caller's account between two resources with Amazon Resource Names (ARNs): the SourceArn and TargetArn.

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

    A unique name for an integration in Glue.

    *)
  2. sourceArn : String512.t;
    (*

    The ARN of the source resource for the integration.

    *)
  3. targetArn : String512.t;
    (*

    The ARN of the target resource for the integration.

    *)
  4. description : IntegrationDescription.t option;
    (*

    A description of the integration.

    *)
  5. dataFilter : String2048.t option;
    (*

    Selects source tables for the integration using Maxwell filter syntax.

    *)
  6. kmsKeyId : String2048.t option;
    (*

    The ARN of a KMS key used for encrypting the channel.

    *)
  7. additionalEncryptionContext : IntegrationAdditionalEncryptionContextMap.t option;
    (*

    An optional set of non-secret key–value pairs that contains additional contextual information for encryption. This can only be provided if KMSKeyId is provided.

    *)
  8. tags : IntegrationTagsList.t option;
    (*

    Metadata assigned to the resource consisting of a list of key-value pairs.

    *)
  9. integrationConfig : IntegrationConfig.t option;
    (*

    The configuration settings.

    *)
}
Sourceval context_ : string
Sourceval make : ?description:??? -> ?dataFilter:??? -> ?kmsKeyId:??? -> ?additionalEncryptionContext:??? -> ?tags:??? -> ?integrationConfig:??? -> integrationName:String128.t -> sourceArn:String512.t -> targetArn:String512.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of TagKey.t ]) list ] list | `Map of ([> `String of IntegrationString.t ] * [> `String of IntegrationString.t ]) list | `String of String128.t | `Structure of (string * [> `Boolean of ContinuousSync.t | `Map of ([> `String of IntegrationString.t ] * [> `String of IntegrationString.t ]) list | `String of String128.t ]) list ]) 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