Module Values.PartnerIntegrationInputMessageSource

Adds a partner integration to a cluster. This operation authorizes a partner to push status updates for the specified database. To complete the integration, you also set up the integration on the partner website.

Sourcetype nonrec t = {
  1. accountId : PartnerIntegrationAccountId.t;
    (*

    The Amazon Web Services account ID that owns the cluster.

    *)
  2. clusterIdentifier : PartnerIntegrationClusterIdentifier.t;
    (*

    The cluster identifier of the cluster that receives data from the partner.

    *)
  3. databaseName : PartnerIntegrationDatabaseName.t;
    (*

    The name of the database that receives data from the partner.

    *)
  4. partnerName : PartnerIntegrationPartnerName.t;
    (*

    The name of the partner that is authorized to send data.

    *)
}
Sourceval context_ : string
Sourceval to_value : t -> [> `Structure of (string * [> `String of PartnerIntegrationAccountId.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