Uses of Class
software.amazon.awscdk.services.msk.CfnVpcConnection.Builder
Packages that use CfnVpcConnection.Builder
Package
Description
Amazon Managed Streaming for Apache Kafka Construct Library
-
Uses of CfnVpcConnection.Builder in software.amazon.awscdk.services.msk
Methods in software.amazon.awscdk.services.msk that return CfnVpcConnection.BuilderModifier and TypeMethodDescriptionCfnVpcConnection.Builder.authentication(String authentication) The type of private link authentication.CfnVpcConnection.Builder.clientSubnets(List<String> clientSubnets) The list of subnets in the client VPC to connect to.static CfnVpcConnection.BuilderCfnVpcConnection.Builder.securityGroups(List<String> securityGroups) The security groups to attach to the ENIs for the broker nodes.An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.CfnVpcConnection.Builder.targetClusterArn(String targetClusterArn) The Amazon Resource Name (ARN) of the cluster.The VPC ID of the remote client.