AWSEC2LaunchTemplateCPUOptions
No description
type AWSEC2LaunchTemplateCPUOptions {
amdSevSnp: AWSEC2LaunchTemplateAMDSpecificationType!
numberOfCore: Int!
threadsPerCore: Int!
}
Fields
AWSEC2LaunchTemplateCPUOptions.amdSevSnp
● AWSEC2LaunchTemplateAMDSpecificationType!
non-null enum
Indicates whether the instance is enabled for AMD SEV-SNP
AWSEC2LaunchTemplateCPUOptions.numberOfCore
● Int!
non-null scalar
The number of CPU cores for the instance
AWSEC2LaunchTemplateCPUOptions.threadsPerCore
● Int!
non-null scalar
The number of threads per CPU core
Member of
AWSEC2LaunchTemplateData
object