Creates a new MSK VPC connection.
See https://www.paws-r-sdk.com/docs/kafka_create_vpc_connection/ for full documentation.
Usage
kafka_create_vpc_connection(
TargetClusterArn,
Authentication,
VpcId,
ClientSubnets,
SecurityGroups,
Tags = NULL
)Arguments
- TargetClusterArn
[required] The cluster Amazon Resource Name (ARN) for the VPC connection.
- Authentication
[required] The authentication type of VPC connection.
- VpcId
[required] The VPC ID of VPC connection.
- ClientSubnets
[required] The list of client subnets.
- SecurityGroups
[required] The list of security groups.
A map of tags for the VPC connection.