/dhall-aws-cloudformation/cloudformation/AWS::EC2::Instance/CpuOptions.dhall
Copy path to clipboardSource
{ Type = { CoreCount : Optional Integer, ThreadsPerCore : Optional Integer }
, default = { CoreCount = None Integer, ThreadsPerCore = None Integer }
}