Skip to content

/AWS1/CL_ECSBASELINEEBSBANDW00

The minimum and maximum baseline Amazon EBS bandwidth in megabits per second (Mbps) for instance type selection. This is important for workloads with high storage I/O requirements.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_min TYPE /AWS1/ECSBOXEDINTEGER /AWS1/ECSBOXEDINTEGER

The minimum baseline Amazon EBS bandwidth in Mbps. Instance types with lower Amazon EBS bandwidth are excluded from selection.

iv_max TYPE /AWS1/ECSBOXEDINTEGER /AWS1/ECSBOXEDINTEGER

The maximum baseline Amazon EBS bandwidth in Mbps. Instance types with higher Amazon EBS bandwidth are excluded from selection.


Queryable Attributes

min

The minimum baseline Amazon EBS bandwidth in Mbps. Instance types with lower Amazon EBS bandwidth are excluded from selection.

Accessible with the following methods

Method Description
GET_MIN() Getter for MIN, with configurable default
ASK_MIN() Getter for MIN w/ exceptions if field has no value
HAS_MIN() Determine if MIN has a value

max

The maximum baseline Amazon EBS bandwidth in Mbps. Instance types with higher Amazon EBS bandwidth are excluded from selection.

Accessible with the following methods

Method Description
GET_MAX() Getter for MAX, with configurable default
ASK_MAX() Getter for MAX w/ exceptions if field has no value
HAS_MAX() Determine if MAX has a value