Skip to content

/AWS1/CL_ECSMANAGEDLOADBAL

The Application Load Balancer associated with the Express service.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_status TYPE /AWS1/ECSMANAGEDRESOURCESTATUS /AWS1/ECSMANAGEDRESOURCESTATUS

The status of the load balancer.

iv_updatedat TYPE /AWS1/ECSTIMESTAMP /AWS1/ECSTIMESTAMP

The Unix timestamp for when this load balancer was most recently updated.

iv_scheme TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

The scheme of the load balancer. By default, the scheme of the load balancer is internet-facing.

Optional arguments:

iv_arn TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

The Amazon Resource Name (ARN) of the load balancer.

iv_statusreason TYPE /AWS1/ECSSTRING /AWS1/ECSSTRING

Information about why the load balancer is in the current status.

it_subnetids TYPE /AWS1/CL_ECSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The IDs of the subnets associated with the load balancer.

it_securitygroupids TYPE /AWS1/CL_ECSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The IDs of the security groups associated with the load balancer.


Queryable Attributes

arn

The Amazon Resource Name (ARN) of the load balancer.

Accessible with the following methods

Method Description
GET_ARN() Getter for ARN, with configurable default
ASK_ARN() Getter for ARN w/ exceptions if field has no value
HAS_ARN() Determine if ARN has a value

status

The status of the load balancer.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

statusReason

Information about why the load balancer is in the current status.

Accessible with the following methods

Method Description
GET_STATUSREASON() Getter for STATUSREASON, with configurable default
ASK_STATUSREASON() Getter for STATUSREASON w/ exceptions if field has no value
HAS_STATUSREASON() Determine if STATUSREASON has a value

updatedAt

The Unix timestamp for when this load balancer was most recently updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value

scheme

The scheme of the load balancer. By default, the scheme of the load balancer is internet-facing.

Accessible with the following methods

Method Description
GET_SCHEME() Getter for SCHEME, with configurable default
ASK_SCHEME() Getter for SCHEME w/ exceptions if field has no value
HAS_SCHEME() Determine if SCHEME has a value

subnetIds

The IDs of the subnets associated with the load balancer.

Accessible with the following methods

Method Description
GET_SUBNETIDS() Getter for SUBNETIDS, with configurable default
ASK_SUBNETIDS() Getter for SUBNETIDS w/ exceptions if field has no value
HAS_SUBNETIDS() Determine if SUBNETIDS has a value

securityGroupIds

The IDs of the security groups associated with the load balancer.

Accessible with the following methods

Method Description
GET_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS, with configurable default
ASK_SECURITYGROUPIDS() Getter for SECURITYGROUPIDS w/ exceptions if field has no va
HAS_SECURITYGROUPIDS() Determine if SECURITYGROUPIDS has a value