AWSEC2InstanceCPUOptions
No description
type AWSEC2InstanceCPUOptions {
NumberOfCore: Int!
threadsPerCore: Int!
}
Fields
AWSEC2InstanceCPUOptions.NumberOfCore
● Int!
non-null scalar
The number of CPU cores for the instance
AWSEC2InstanceCPUOptions.threadsPerCore
● Int!
non-null scalar
The number of threads per CPU core
Member of
AWSEC2Instance
object