aws.kafka.describe_vpc_connection
Example SQL Queries
SELECT * FROMaws.kafka.describe_vpc_connectionWHERE"arn" = 'VALUE';Description
Returns a description of this MSK VPC connection.
Table Definition
| Column Name | Column Data Type |
|---|---|
| arn Required Input Column The Amazon Resource Name (ARN) that uniquely identifies a MSK VPC connection. | 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 The authentication type of VPC connection. | VARCHAR |
| creation_time The creation time of the VPC connection. | TIMESTAMP_S |
| security_groups The list of security groups for the VPC connection. | VARCHAR[] |
Show child fields
| |
| state The state of VPC connection. | VARCHAR |
| subnets The list of subnets for the VPC connection. | VARCHAR[] |
Show child fields
| |
| tags A map of tags for the VPC connection. | MAP(VARCHAR, VARCHAR) |
| target_cluster_arn The Amazon Resource Name (ARN) that uniquely identifies an MSK cluster. | VARCHAR |
| vpc_connection_arn The Amazon Resource Name (ARN) that uniquely identifies a MSK VPC connection. | VARCHAR |
| vpc_id The VPC Id for the VPC connection. | VARCHAR |