AWS::MSK::VpcConnectionCreate remote VPC connection.
import { CfnVpcConnection } from 'aws-cdk-lib/aws-msk';Or use the module namespace:
import * as msk from 'aws-cdk-lib/aws-msk';
// msk.CfnVpcConnectionConfiguration passed to the constructor as CfnVpcConnectionProps.
authenticationRequiredstringThe type of private link authentication.
clientSubnetsRequiredstring[]The list of subnets in the client VPC to connect to.
securityGroupsRequiredstring[]The security groups to attach to the ENIs for the broker nodes.
targetClusterArnRequiredstringThe Amazon Resource Name (ARN) of the cluster.
vpcIdRequiredstringThe VPC ID of the remote client.
tagsOptional{ [key: string]: string }An arbitrary set of tags (key-value pairs) you specify while creating the VPC connection.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-mskAWS::MSK::VpcConnection