CapacityProviderInstanceRequirement class

Constructors

CapacityProviderInstanceRequirement({required Input<List<String>> allowedInstanceTypes, required Input<List<String>> architectures, required Input<List<String>> excludedInstanceTypes})
Creates a new CapacityProviderInstanceRequirement. allowedInstanceTypes List of allowed instance types (e.g., ["m5.xlarge"]). architectures List of CPU architectures. Valid values are ["x8664"] and ["arm64"]. excludedInstanceTypes List of excluded instance types. You can specify only one of allowedInstanceTypes or excludedInstanceTypes.
const
CapacityProviderInstanceRequirement.fromMap(Map<String, dynamic> map)
factory

Properties

allowedInstanceTypes → Input<List<String>>
List of allowed instance types (e.g., ["m5.xlarge"]).
final
architectures → Input<List<String>>
List of CPU architectures. Valid values are ["x8664"] and ["arm64"].
final
excludedInstanceTypes → Input<List<String>>
List of excluded instance types. You can specify only one of allowedInstanceTypes or excludedInstanceTypes.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited