/dhall-aws-cloudformation/cloudformation/AWS::EMR::Cluster/EbsBlockDeviceConfig.dhall

Copy path to clipboard

Source

{ Type =
{ VolumeSpecification : (./VolumeSpecification.dhall).Type
, VolumesPerInstance : Optional Integer
}
, default.VolumesPerInstance = None Integer
}