aws-cdk-lib.aws_kafkaconnect.CfnConnector.VpcProperty

interface VpcProperty

LanguageType name
.NETAmazon.CDK.AWS.KafkaConnect.CfnConnector.VpcProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awskafkaconnect#CfnConnector_VpcProperty
Javasoftware.amazon.awscdk.services.kafkaconnect.CfnConnector.VpcProperty
Pythonaws_cdk.aws_kafkaconnect.CfnConnector.VpcProperty
TypeScript aws-cdk-lib » aws_kafkaconnect » CfnConnector » VpcProperty

Information about the VPC in which the connector resides.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_kafkaconnect as kafkaconnect } from 'aws-cdk-lib';
const vpcProperty: kafkaconnect.CfnConnector.VpcProperty = {
  securityGroups: ['securityGroups'],
  subnets: ['subnets'],
};

Properties

NameTypeDescription
securityGroupsstring[]The security groups for the connector.
subnetsstring[]The subnets for the connector.

securityGroups

Type: string[]

The security groups for the connector.


subnets

Type: string[]

The subnets for the connector.