Values.PartnerIntegrationInputMessageSourceAdds 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.
type nonrec t = {accountId : PartnerIntegrationAccountId.t;The Amazon Web Services account ID that owns the cluster.
*)clusterIdentifier : PartnerIntegrationClusterIdentifier.t;The cluster identifier of the cluster that receives data from the partner.
*)databaseName : PartnerIntegrationDatabaseName.t;The name of the database that receives data from the partner.
*)partnerName : PartnerIntegrationPartnerName.t;The name of the partner that is authorized to send data.
*)}val make :
accountId:PartnerIntegrationAccountId.t ->
clusterIdentifier:PartnerIntegrationClusterIdentifier.t ->
databaseName:PartnerIntegrationDatabaseName.t ->
partnerName:PartnerIntegrationPartnerName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of PartnerIntegrationAccountId.t ]) list ]