Module Values_0.IntegrationSource

A zero-ETL integration with Amazon Redshift.

Sourcetype createIntegrationResult = {
  1. sourceArn : SourceArn.t option;
    (*

    The Amazon Resource Name (ARN) of the database used as the source for replication.

    *)
  2. targetArn : Arn.t option;
    (*

    The ARN of the Redshift data warehouse used as the target for replication.

    *)
  3. integrationName : IntegrationName.t option;
    (*

    The name of the integration.

    *)
  4. integrationArn : IntegrationArn.t option;
    (*

    The ARN of the integration.

    *)
  5. kMSKeyId : String_.t option;
    (*

    The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key used to to encrypt the integration.

    *)
  6. additionalEncryptionContext : EncryptionContextMap.t option;
    (*

    The encryption context for the integration. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide.

    *)
  7. status : IntegrationStatus.t option;
    (*

    The current status of the integration.

    *)
  8. tags : TagList.t option;
  9. dataFilter : DataFilter.t option;
    (*

    Data filters for the integration. These filters determine which tables from the source database are sent to the target Amazon Redshift data warehouse.

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

    A description of the integration.

    *)
  11. createTime : TStamp.t option;
    (*

    The time when the integration was created, in Universal Coordinated Time (UTC).

    *)
  12. errors : IntegrationErrorList.t option;
    (*

    Any errors associated with the integration.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. createIntegrationResult : createIntegrationResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `DBClusterNotFoundFault of DBClusterNotFoundFault.t
  2. | `DBInstanceNotFoundFault of DBInstanceNotFoundFault.t
  3. | `IntegrationAlreadyExistsFault of IntegrationAlreadyExistsFault.t
  4. | `IntegrationConflictOperationFault of IntegrationConflictOperationFault.t
  5. | `IntegrationQuotaExceededFault of IntegrationQuotaExceededFault.t
  6. | `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t
  7. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?sourceArn:??? -> ?targetArn:??? -> ?integrationName:??? -> ?integrationArn:??? -> ?kMSKeyId:??? -> ?additionalEncryptionContext:??? -> ?status:??? -> ?tags:??? -> ?dataFilter:??? -> ?description:??? -> ?createTime:??? -> ?errors:??? -> unit -> t
Sourceval error_of_json : string -> Yojson.Safe.t -> [> `DBClusterNotFoundFault of unit | `DBInstanceNotFoundFault of unit | `IntegrationAlreadyExistsFault of unit | `IntegrationConflictOperationFault of unit | `IntegrationQuotaExceededFault of unit | `KMSKeyNotAccessibleFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_of_xml : string -> Awso.Xml.t -> [> `DBClusterNotFoundFault of unit | `DBInstanceNotFoundFault of unit | `IntegrationAlreadyExistsFault of unit | `IntegrationConflictOperationFault of unit | `IntegrationQuotaExceededFault of unit | `KMSKeyNotAccessibleFault of unit | `Unknown_operation_error of string * string option ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of String_.t ]) list ] list | `Map of ([> `String of String_.t ] * [> `String of String_.t ]) list | `String of SourceArn.t | `Timestamp of TStamp.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