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