aws.redshift.describe_data_shares_for_producer
Example SQL Queries
SELECT * FROMaws.redshift.describe_data_shares_for_producer;Description
Returns a list of datashares when the account identifier being called is a producer account identifier.
Table Definition
| Column Name | Column Data Type |
|---|---|
| producer_arn Input Column The Amazon Resource Name (ARN) of the producer namespace. | VARCHAR |
| status Input Column An identifier giving the status of a datashare in the producer. If this field is specified, Amazon Redshift returns the list of datashares that have the specified status. | 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 |
| allow_publicly_accessible_consumers A value that specifies whether the datashare can be shared to a publicly accessible cluster. | BOOLEAN |
| data_share_arn The Amazon Resource Name (ARN) of the datashare that the consumer is to use. | VARCHAR |
| data_share_associations A value that specifies when the datashare has an association between producer and data consumers. | STRUCT( |
Show child fields
| |
| managed_by The identifier of a datashare to show its managing entity. | VARCHAR |