/dhall-aws-cloudformation/cloudformation/AWS::EMR::InstanceGroupConfig/VolumeSpecification.dhall
Copy path to clipboardSource
{ Type =
{ Iops : Optional Integer
, SizeInGB : Integer
, Throughput : Optional Integer
, VolumeType : (./../../Fn.dhall).CfnText
}
, default = { Iops = None Integer, Throughput = None Integer }
}