AWS::MSK::Cluster BrokerNodeGroupInfo
The BrokerNodeGroupInfo
property type specifies Property description not available. for an AWS::MSK::Cluster.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "BrokerAZDistribution" :
String
, "ClientSubnets" :[ String, ... ]
, "ConnectivityInfo" :ConnectivityInfo
, "InstanceType" :String
, "SecurityGroups" :[ String, ... ]
, "StorageInfo" :StorageInfo
}
YAML
BrokerAZDistribution:
String
ClientSubnets:- String
ConnectivityInfo:ConnectivityInfo
InstanceType:String
SecurityGroups:- String
StorageInfo:StorageInfo
Properties
BrokerAZDistribution
Property description not available.
Required: No
Type: String
Minimum:
6
Maximum:
9
Update requires: Replacement
ClientSubnets
Property description not available.
Required: Yes
Type: Array of String
Update requires: Replacement
ConnectivityInfo
Property description not available.
Required: No
Type: ConnectivityInfo
Update requires: No interruption
InstanceType
-
The type of Amazon EC2 instances to use for brokers. The following instance types are allowed: kafka.m5.large, kafka.m5.xlarge, kafka.m5.2xlarge, kafka.m5.4xlarge, kafka.m5.8xlarge, kafka.m5.12xlarge, kafka.m5.16xlarge, kafka.m5.24xlarge, and kafka.t3.small.
Required: Yes
Type: String
Minimum:
5
Maximum:
32
Update requires: No interruption
SecurityGroups
Property description not available.
Required: No
Type: Array of String
Update requires: Replacement
StorageInfo
Property description not available.
Required: No
Type: StorageInfo
Update requires: No interruption