/dhall-aws-cloudformation/cloudformation/AWS::ECS::Service/ServiceVolumeConfiguration.dhall
Copy path to clipboardSource
{ Type =
{ ManagedEBSVolume :
Optional (./ServiceManagedEBSVolumeConfiguration.dhall).Type
, Name : (./../../Fn.dhall).CfnText
}
, default.ManagedEBSVolume
= None (./ServiceManagedEBSVolumeConfiguration.dhall).Type
}