Learn R Programming

paws.analytics (version 0.7.0)

kafka_create_vpc_connection: 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.