CapacityProviderInstanceRequirement class
Constructors
-
CapacityProviderInstanceRequirement({required Input<
List< allowedInstanceTypes, required Input<String> >List< architectures, required Input<String> >List< excludedInstanceTypes})String> > -
Creates a new CapacityProviderInstanceRequirement.
allowedInstanceTypesList of allowed instance types (e.g.,["m5.xlarge"]).architecturesList of CPU architectures. Valid values are["x8664"]and["arm64"].excludedInstanceTypesList of excluded instance types. You can specify only one ofallowedInstanceTypesorexcludedInstanceTypes.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
allowedInstanceTypesorexcludedInstanceTypes.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