AWSEC2LaunchTemplateInstanceVCPURange
No description
type AWSEC2LaunchTemplateInstanceVCPURange {
maximum: Int!
minimum: Int!
}
Fields
AWSEC2LaunchTemplateInstanceVCPURange.maximum
● Int!
non-null scalar
The maximum number of vCPUs. If this parameter is not specified, there is no maximum limit.
AWSEC2LaunchTemplateInstanceVCPURange.minimum
● Int!
non-null scalar
The minimum number of vCPUs. If the value is 0 , there is no minimum limit.