redshift_update_partner_status: Updates the status of a partner integration

View source: R/redshift_operations.R

redshift_update_partner_statusR Documentation

Updates the status of a partner integration

Description

Updates the status of a partner integration.

See https://www.paws-r-sdk.com/docs/redshift_update_partner_status/ for full documentation.

Usage

redshift_update_partner_status(
  AccountId,
  ClusterIdentifier,
  DatabaseName,
  PartnerName,
  Status,
  StatusMessage = NULL
)

Arguments

AccountId

[required] The Amazon Web Services account ID that owns the cluster.

ClusterIdentifier

[required] The cluster identifier of the cluster whose partner integration status is being updated.

DatabaseName

[required] The name of the database whose partner integration status is being updated.

PartnerName

[required] The name of the partner whose integration status is being updated.

Status

[required] The value of the updated status.

StatusMessage

The status message provided by the partner.


paws.database documentation built on Sept. 12, 2023, 1:21 a.m.