/AWS1/CL_ECSTSKMANAGEDEBSVOL01¶
The termination policy for the Amazon EBS volume when the task exits. For more information, see Amazon ECS volume termination policy.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_deleteontermination TYPE /AWS1/ECSBOXEDBOOLEAN /AWS1/ECSBOXEDBOOLEAN¶
Indicates whether the volume should be deleted on when the task stops. If a value of
trueis specified, Amazon ECS deletes the Amazon EBS volume on your behalf when the task goes into theSTOPPEDstate. If no value is specified, the default value istrueis used. When set tofalse, Amazon ECS leaves the volume in your account.
Queryable Attributes¶
deleteOnTermination¶
Indicates whether the volume should be deleted on when the task stops. If a value of
trueis specified, Amazon ECS deletes the Amazon EBS volume on your behalf when the task goes into theSTOPPEDstate. If no value is specified, the default value istrueis used. When set tofalse, Amazon ECS leaves the volume in your account.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DELETEONTERMINATION() |
Getter for DELETEONTERMINATION, with configurable default |
ASK_DELETEONTERMINATION() |
Getter for DELETEONTERMINATION w/ exceptions if field has no |
HAS_DELETEONTERMINATION() |
Determine if DELETEONTERMINATION has a value |