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

Copy path to clipboard

Source

{ Type =
{ ManagedEBSVolume :
Optional (./ServiceManagedEBSVolumeConfiguration.dhall).Type
, Name : (./../../Fn.dhall).CfnText
}
, default.ManagedEBSVolume
= None (./ServiceManagedEBSVolumeConfiguration.dhall).Type
}