kafka_create_vpc_connection {paws.analytics} | R Documentation |
Creates a new MSK VPC connection
Description
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. |
Tags |
A map of tags for the VPC connection. |
[Package paws.analytics version 0.7.0 Index]