/dhall-aws-cloudformation/cloudformation/AWS::ECS::Service/CapacityProviderStrategyItem.dhall

Copy path to clipboard

Source

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