/AWS1/CL_ECSCREATESERVICERSP¶
CreateServiceResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_service TYPE REF TO /AWS1/CL_ECSSERVICE /AWS1/CL_ECSSERVICE¶
The full description of your service following the create call.
A service will return either a
capacityProviderStrategyorlaunchTypeparameter, but not both, depending where one was specified when it was created.If a service is using the
ECSdeployment controller, thedeploymentControllerandtaskSetsparameters will not be returned.if the service uses the
CODE_DEPLOYdeployment controller, thedeploymentController,taskSetsanddeploymentsparameters will be returned, however thedeploymentsparameter will be an empty list.
Queryable Attributes¶
service¶
The full description of your service following the create call.
A service will return either a
capacityProviderStrategyorlaunchTypeparameter, but not both, depending where one was specified when it was created.If a service is using the
ECSdeployment controller, thedeploymentControllerandtaskSetsparameters will not be returned.if the service uses the
CODE_DEPLOYdeployment controller, thedeploymentController,taskSetsanddeploymentsparameters will be returned, however thedeploymentsparameter will be an empty list.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SERVICE() |
Getter for SERVICE |