Values_0.IntegrationSourceA zero-ETL integration with Amazon Redshift.
type createIntegrationResult = {sourceArn : SourceArn.t option;The Amazon Resource Name (ARN) of the database used as the source for replication.
*)targetArn : Arn.t option;The ARN of the Redshift data warehouse used as the target for replication.
*)integrationName : IntegrationName.t option;The name of the integration.
*)integrationArn : IntegrationArn.t option;The ARN of the integration.
*)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.
*)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.
*)status : IntegrationStatus.t option;The current status of the integration.
*)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.
*)description : IntegrationDescription.t option;A description of the integration.
*)createTime : TStamp.t option;The time when the integration was created, in Universal Coordinated Time (UTC).
*)errors : IntegrationErrorList.t option;Any errors associated with the integration.
*)}and t = {createIntegrationResult : createIntegrationResult;responseMetaData : responseMetaData;}type error = [ | `DBClusterNotFoundFault of DBClusterNotFoundFault.t| `DBInstanceNotFoundFault of DBInstanceNotFoundFault.t| `IntegrationAlreadyExistsFault of IntegrationAlreadyExistsFault.t| `IntegrationConflictOperationFault of IntegrationConflictOperationFault.t| `IntegrationQuotaExceededFault of IntegrationQuotaExceededFault.t| `KMSKeyNotAccessibleFault of KMSKeyNotAccessibleFault.t| `Unknown_operation_error of string * string option ]val 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 ]val 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 ]val 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 ]