MSK VPC Connection

MSK VPC Connection in AWS allows Amazon Managed Streaming for Apache Kafka (MSK) clusters to connect securely to client applications running in a Virtual Private Cloud (VPC). It establishes private connectivity without exposing traffic to the public internet, improving security and reducing latency. This resource is typically used when clients and MSK clusters are in different VPCs or accounts, enabling seamless communication through VPC peering or PrivateLink.

aws.kafka_vpc_connection

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
authenticationcorestringThe authentication type of VPC connection.
creation_timecoretimestampThe creation time of the VPC connection.
security_groupscorearray<string>The list of security groups for the VPC connection.
statecorestringThe state of VPC connection.
subnetscorearray<string>The list of subnets for the VPC connection.
tagscorehstore
target_cluster_arncorestringThe Amazon Resource Name (ARN) that uniquely identifies an MSK cluster.
vpc_connection_arncorestringThe Amazon Resource Name (ARN) that uniquely identifies a MSK VPC connection.
vpc_idcorestringThe VPC Id for the VPC connection.