aws.kafka.list_client_vpc_connections
Example SQL Queries
SELECT * FROMaws.kafka.list_client_vpc_connectionsWHERE"cluster_arn" = 'VALUE';Description
Returns a list of all the VPC connections in this Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cluster_arn Required Input Column The Amazon Resource Name (ARN) of the cluster. | 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 |
| authentication Information about the auth scheme of Vpc Connection. | VARCHAR |
| creation_time Creation time of the Vpc Connection. | TIMESTAMP_S |
| owner The Owner of the Vpc Connection. | VARCHAR |
| state State of the Vpc Connection. | VARCHAR |
| vpc_connection_arn The ARN that identifies the Vpc Connection. | VARCHAR |