InstanceRequirements

Specifications that define the characteristics and constraints for compute instances used by the capacity provider.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A list of EC2 instance types that the capacity provider is allowed to use. If not specified, all compatible instance types are allowed.

Link copied to clipboard

A list of supported CPU architectures for compute instances. Valid values include x86_64 and arm64.

Link copied to clipboard

A list of EC2 instance types that the capacity provider should not use, even if they meet other requirements.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String