aws.kafka.list_vpc_connections
Example SQL Queries
SELECT * FROMaws.kafka.list_vpc_connections;Description
Returns a list of all the VPC connections in this Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| authentication Information about the auth scheme of Vpc Connection. | VARCHAR |
| creation_time Creation time of the Vpc Connection. | TIMESTAMP_S |
| state State of the Vpc Connection. | VARCHAR |
| target_cluster_arn The ARN that identifies the Cluster which the Vpc Connection belongs to. | VARCHAR |
| vpc_connection_arn The ARN that identifies the Vpc Connection. | VARCHAR |
| vpc_id The vpcId that belongs to the Vpc Connection. | VARCHAR |