/dhall-aws-cloudformation/cloudformation/AWS::EC2::Instance/CpuOptions.dhall

Copy path to clipboard

Source

{ Type = { CoreCount : Optional Integer, ThreadsPerCore : Optional Integer }
, default = { CoreCount = None Integer, ThreadsPerCore = None Integer }
}