Vpc Connection Args
data class VpcConnectionArgs(val authentication: Output<VpcConnectionAuthentication>? = null, val clientSubnets: Output<List<String>>? = null, val securityGroups: Output<List<String>>? = null, val tags: Output<VpcConnectionTagsArgs>? = 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
fun VpcConnectionArgs(authentication: Output<VpcConnectionAuthentication>? = null, clientSubnets: Output<List<String>>? = null, securityGroups: Output<List<String>>? = null, tags: Output<VpcConnectionTagsArgs>? = null, targetClusterArn: Output<String>? = null, vpcId: Output<String>? = null)