VpcConnectionArgs

data class VpcConnectionArgs(val authentication: Output<VpcConnectionAuthentication>? = null, val clientSubnets: Output<List<String>>? = null, val securityGroups: Output<List<String>>? = null, val tags: Output<Map<String, String>>? = null, val targetClusterArn: Output<String>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<VpcConnectionArgs>

Resource Type definition for AWS::MSK::VpcConnection

Constructors

Link copied to clipboard
constructor(authentication: Output<VpcConnectionAuthentication>? = null, clientSubnets: Output<List<String>>? = null, securityGroups: Output<List<String>>? = null, tags: Output<Map<String, String>>? = null, targetClusterArn: Output<String>? = null, vpcId: Output<String>? = null)

Properties

Link copied to clipboard

The type of private link authentication.

Link copied to clipboard
val clientSubnets: Output<List<String>>? = null
Link copied to clipboard
val securityGroups: Output<List<String>>? = null
Link copied to clipboard
val tags: Output<Map<String, String>>? = null
Link copied to clipboard
val targetClusterArn: Output<String>? = null

The Amazon Resource Name (ARN) of the target cluster

Link copied to clipboard
val vpcId: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): VpcConnectionArgs