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

Copy path to clipboard

Source

{ Type =
{ CapacityProviders : List (./../../Fn.dhall).CfnText
, Cluster : (./../../Fn.dhall).CfnText
, DefaultCapacityProviderStrategy :
List (./CapacityProviderStrategy.dhall).Type
}
, default = {=}
}