AWS::MSK::Cluster ProvisionedThroughput
Specifies whether provisioned throughput is turned on and the volume throughput target.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Enabled" :
Boolean
, "VolumeThroughput" :Integer
}
YAML
Enabled:
Boolean
VolumeThroughput:Integer
Properties
Enabled
-
Specifies whether provisioned throughput is turned on for the cluster.
Required: No
Type: Boolean
Update requires: No interruption
VolumeThroughput
-
The provisioned throughput rate in MiB per second.
Required: No
Type: Integer
Update requires: No interruption