/dhall-aws-cloudformation/cloudformation/AWS::Events::Rule/CapacityProviderStrategyItem.dhall

Copy path to clipboard

Source

{ Type =
{ Base : Optional Integer
, CapacityProvider : (./../../Fn.dhall).CfnText
, Weight : Optional Integer
}
, default = { Base = None Integer, Weight = None Integer }
}