redshift_describe_partners: Returns information about the partner integrations defined...

View source: R/redshift_operations.R

redshift_describe_partnersR Documentation

Returns information about the partner integrations defined for a cluster

Description

Returns information about the partner integrations defined for a cluster.

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

Usage

redshift_describe_partners(
  AccountId,
  ClusterIdentifier,
  DatabaseName = NULL,
  PartnerName = 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 is being described.

DatabaseName

The name of the database whose partner integration is being described. If database name is not specified, then all databases in the cluster are described.

PartnerName

The name of the partner that is being described. If partner name is not specified, then all partner integrations are described.


paws.database documentation built on Sept. 12, 2024, 6:37 a.m.