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

Copy path to clipboard

Source

{ Type = { Enabled : Optional Bool, VolumeThroughput : Optional Integer }
, default = { Enabled = None Bool, VolumeThroughput = None Integer }
}