Module Values_1.CreateIntegrationMessageSource

Creates a zero-ETL integration with Amazon Redshift.

Sourcetype nonrec t = {
  1. sourceArn : Values_0.SourceArn.t;
    (*

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

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

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

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

    The name of the integration.

    *)
  4. kMSKeyId : Values_0.String_.t option;
    (*

    The Amazon Web Services Key Management System (Amazon Web Services KMS) key identifier for the key to use to encrypt the integration. If you don't specify an encryption key, RDS uses a default Amazon Web Services owned key.

    *)
  5. additionalEncryptionContext : Values_0.EncryptionContextMap.t option;
    (*

    An optional set of non-secret key–value pairs that contains additional contextual information about the data. For more information, see Encryption context in the Amazon Web Services Key Management Service Developer Guide. You can only include this parameter if you specify the KMSKeyId parameter.

    *)
  6. tags : Values_0.TagList.t option;
  7. dataFilter : Values_0.DataFilter.t option;
    (*

    Data filtering options for the integration. For more information, see Data filtering for Aurora zero-ETL integrations with Amazon Redshift or Data filtering for Amazon RDS zero-ETL integrations with Amazon Redshift.

    *)
  8. description : Values_0.IntegrationDescription.t option;
    (*

    A description of the integration.

    *)
}
Sourceval context_ : string
Sourceval make : ?kMSKeyId:??? -> ?additionalEncryptionContext:??? -> ?tags:??? -> ?dataFilter:??? -> ?description:??? -> sourceArn:Values_0.SourceArn.t -> targetArn:Values_0.Arn.t -> integrationName:Values_0.IntegrationName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of string ]) list ] list | `Map of ([> `String of string ] * [> `String of string ]) list | `String of Values_0.SourceArn.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