/dhall-aws-cloudformation/cloudformation/AWS::Pipes::Pipe/CapacityProviderStrategyItem.dhall
Copy path to clipboardSource
{ Type =
{ Base : Optional Integer
, CapacityProvider : (./../../Fn.dhall).CfnText
, Weight : Optional Integer
}
, default = { Base = None Integer, Weight = None Integer }
}