AWS::MSK::Cluster EBSStorageInfo
Contains information about the EBS storage volumes attached to the broker nodes.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "ProvisionedThroughput" :
ProvisionedThroughput
, "VolumeSize" :Integer
}
YAML
ProvisionedThroughput:
ProvisionedThroughput
VolumeSize:Integer
Properties
ProvisionedThroughput
-
EBS volume provisioned throughput information.
Required: No
Type: ProvisionedThroughput
Update requires: No interruption
VolumeSize
-
The size in GiB of the EBS volume for the data drive on each broker node.
Required: No
Type: Integer
Minimum:
1
Maximum:
16384
Update requires: No interruption