/dhall-aws-cloudformation/cloudformation/AWS::MSK::Cluster/EBSStorageInfo.dhall

Copy path to clipboard

Source

{ Type =
{ ProvisionedThroughput : Optional (./ProvisionedThroughput.dhall).Type
, VolumeSize : Optional Integer
}
, default =
{ ProvisionedThroughput = None (./ProvisionedThroughput.dhall).Type
, VolumeSize = None Integer
}
}