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<Map<String, String>>? = null, val targetClusterArn: Output<String>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<VpcConnectionArgs>
Resource Type definition for AWS::MSK::VpcConnection
Properties
Link copied to clipboard
The type of private link authentication.
Link copied to clipboard
The list of subnets in the client VPC to connect to.
Link copied to clipboard
The security groups to attach to the ENIs for the broker nodes.
Link copied to clipboard
The Amazon Resource Name (ARN) of the target cluster