aws.redshift.describe_inbound_integrations
Example SQL Queries
SELECT * FROMaws.redshift.describe_inbound_integrations;Description
Returns a list of inbound integrations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| integration_arn Input Column The Amazon Resource Name (ARN) of an inbound integration. | VARCHAR |
| target_arn Input Column The Amazon Resource Name (ARN) of the target of an inbound integration. | 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 |
| create_time The creation time of an inbound integration. | TIMESTAMP_S |
| errors The outstanding errors of an inbound integration. Each item is an "IntegrationError". This is null if there is no error. | STRUCT( |
Show child fields
| |
| source_arn The Amazon Resource Name (ARN) of the source of an inbound integration. | VARCHAR |
| status The status of an inbound integration. | VARCHAR |