aws-cdk-lib.aws_msk.CfnServerlessCluster.VpcConfigProperty

interface VpcConfigProperty

LanguageType name
.NETAmazon.CDK.AWS.MSK.CfnServerlessCluster.VpcConfigProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmsk#CfnServerlessCluster_VpcConfigProperty
Javasoftware.amazon.awscdk.services.msk.CfnServerlessCluster.VpcConfigProperty
Pythonaws_cdk.aws_msk.CfnServerlessCluster.VpcConfigProperty
TypeScript aws-cdk-lib » aws_msk » CfnServerlessCluster » VpcConfigProperty

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_msk as msk } from 'aws-cdk-lib';
const vpcConfigProperty: msk.CfnServerlessCluster.VpcConfigProperty = {
  subnetIds: ['subnetIds'],

  // the properties below are optional
  securityGroups: ['securityGroups'],
};

Properties

NameTypeDescription
subnetIdsstring[]CfnServerlessCluster.VpcConfigProperty.SubnetIds.
securityGroups?string[]CfnServerlessCluster.VpcConfigProperty.SecurityGroups.

subnetIds

Type: string[]

CfnServerlessCluster.VpcConfigProperty.SubnetIds.


securityGroups?

Type: string[] (optional)

CfnServerlessCluster.VpcConfigProperty.SecurityGroups.