Skip to content

/AWS1/CL_ECSEXPRESSGWSVCNETC00

The network configuration for an Express service. By default, an Express service utilizes subnets and security groups associated with the default VPC.

CONSTRUCTOR

IMPORTING

Optional arguments:

it_securitygroups TYPE /AWS1/CL_ECSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The IDs of the security groups associated with the Express service.

it_subnets TYPE /AWS1/CL_ECSSTRINGLIST_W=>TT_STRINGLIST TT_STRINGLIST

The IDs of the subnets associated with the Express service.


Queryable Attributes

securityGroups

The IDs of the security groups associated with the Express service.

Accessible with the following methods

Method Description
GET_SECURITYGROUPS() Getter for SECURITYGROUPS, with configurable default
ASK_SECURITYGROUPS() Getter for SECURITYGROUPS w/ exceptions if field has no valu
HAS_SECURITYGROUPS() Determine if SECURITYGROUPS has a value

subnets

The IDs of the subnets associated with the Express service.

Accessible with the following methods

Method Description
GET_SUBNETS() Getter for SUBNETS, with configurable default
ASK_SUBNETS() Getter for SUBNETS w/ exceptions if field has no value
HAS_SUBNETS() Determine if SUBNETS has a value