/dhall-aws-cloudformation/cloudformation/AWS::EMR::InstanceFleetConfig/EbsBlockDeviceConfig.dhall
Copy path to clipboardSource
{ Type =
{ VolumeSpecification : (./VolumeSpecification.dhall).Type
, VolumesPerInstance : Optional Integer
}
, default.VolumesPerInstance = None Integer
}