AWS::MSK::ServerlessCluster VpcConfig

Specifies information about subnets and security groups for the VPC that your clients will use to connect with the serverless cluster.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "SecurityGroups" : [ String, ... ], "SubnetIds" : [ String, ... ] }

YAML

SecurityGroups: - String SubnetIds: - String

Properties

SecurityGroups

Specifies up to five security groups that control inbound and outbound traffic for the serverless cluster.

Required: No

Type: List of String

Update requires: Replacement

SubnetIds

A list of subnets in at least two different Availability Zones that host your client applications. We recommend that you specify a backup subnet in a different Availability Zone for failover in case of an outage.

Required: Yes

Type: List of String

Update requires: Replacement