/dhall-aws-cloudformation/cloudformation/AWS::ECS::CapacityProvider/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ AutoScalingGroupProvider : (./AutoScalingGroupProvider.dhall).Type
, Name : Optional (./../../Fn.dhall).CfnText
, Tags : Optional (List (./../Tag.dhall).Type)
}
, default =
{ Name = None (./../../Fn.dhall).CfnText
, Tags = None (List (./../Tag.dhall).Type)
}
}