aws.redshift.describe_partners
Example SQL Queries
SELECT * FROMaws.redshift.describe_partnersWHERE"account_id" = 'VALUE'AND "cluster_identifier" = 'VALUE';Description
Returns information about the partner integrations defined for a cluster.
Table Definition
| Column Name | Column Data Type |
|---|---|
| account_id Required Input Column The Amazon Web Services account ID that owns the cluster. | VARCHAR |
| cluster_identifier Required Input Column The cluster identifier of the cluster whose partner integration is being described. | VARCHAR |
| database_name Input Column 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. | VARCHAR |
| partner_name Input Column The name of the partner that is being described. If partner name is not specified, then all partner integrations are described. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| partner_integration_info_list A list of partner integrations. | STRUCT( |
Show child fields
| |