Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.msk.CfnVpcConnectionPropsMixin.Builder
Packages that use CfnVpcConnectionPropsMixin.Builder
-
Uses of CfnVpcConnectionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.msk
Methods in software.amazon.awscdk.cfnpropertymixins.services.msk that return CfnVpcConnectionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnVpcConnectionPropsMixin.Builder.authentication(String authentication) The type of private link authentication.CfnVpcConnectionPropsMixin.Builder.clientSubnets(List<String> clientSubnets) The list of subnets in the client VPC to connect to.CfnVpcConnectionPropsMixin.Builder.create()CfnVpcConnectionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnVpcConnectionPropsMixin.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.CfnVpcConnectionPropsMixin.Builder.targetClusterArn(String targetClusterArn) The Amazon Resource Name (ARN) of the cluster.The VPC ID of the remote client.