Skip to content

/AWS1/CL_R5AECSCAPINCREASECONF

The configuration for an Amazon Web Services ECS capacity increase.

CONSTRUCTOR

IMPORTING

Required arguments:

it_services TYPE /AWS1/CL_R5ASERVICE=>TT_SERVICELIST TT_SERVICELIST

The services specified for the configuration.

Optional arguments:

iv_timeoutminutes TYPE /AWS1/R5AINTEGER /AWS1/R5AINTEGER

The timeout value specified for the configuration.

io_ungraceful TYPE REF TO /AWS1/CL_R5AECSUNGRACEFUL /AWS1/CL_R5AECSUNGRACEFUL

The settings for ungraceful execution.

iv_targetpercent TYPE /AWS1/R5AINTEGER /AWS1/R5AINTEGER

The target percentage specified for the configuration.

iv_capacitymonapproach TYPE /AWS1/R5AECSCAPMONAPPROACH /AWS1/R5AECSCAPMONAPPROACH

The monitoring approach specified for the configuration, for example, Most_Recent.


Queryable Attributes

timeoutMinutes

The timeout value specified for the configuration.

Accessible with the following methods

Method Description
GET_TIMEOUTMINUTES() Getter for TIMEOUTMINUTES, with configurable default
ASK_TIMEOUTMINUTES() Getter for TIMEOUTMINUTES w/ exceptions if field has no valu
HAS_TIMEOUTMINUTES() Determine if TIMEOUTMINUTES has a value

services

The services specified for the configuration.

Accessible with the following methods

Method Description
GET_SERVICES() Getter for SERVICES, with configurable default
ASK_SERVICES() Getter for SERVICES w/ exceptions if field has no value
HAS_SERVICES() Determine if SERVICES has a value

ungraceful

The settings for ungraceful execution.

Accessible with the following methods

Method Description
GET_UNGRACEFUL() Getter for UNGRACEFUL

targetPercent

The target percentage specified for the configuration.

Accessible with the following methods

Method Description
GET_TARGETPERCENT() Getter for TARGETPERCENT, with configurable default
ASK_TARGETPERCENT() Getter for TARGETPERCENT w/ exceptions if field has no value
HAS_TARGETPERCENT() Determine if TARGETPERCENT has a value

capacityMonitoringApproach

The monitoring approach specified for the configuration, for example, Most_Recent.

Accessible with the following methods

Method Description
GET_CAPACITYMONAPPROACH() Getter for CAPACITYMONITORINGAPPROACH, with configurable def
ASK_CAPACITYMONAPPROACH() Getter for CAPACITYMONITORINGAPPROACH w/ exceptions if field
HAS_CAPACITYMONAPPROACH() Determine if CAPACITYMONITORINGAPPROACH has a value