kafka_create_vpc_connection: Creates a new MSK VPC connection

View source: R/kafka_operations.R

kafka_create_vpc_connectionR 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.


paws.analytics documentation built on Sept. 11, 2023, 5:06 p.m.