/AWS1/CL_FRMDEPLOYMENTCONFIG¶
The deployment configuration for a stack operation, including the deployment mode.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_mode TYPE /AWS1/FRMDEPLOYMENTCONFIGMODE /AWS1/FRMDEPLOYMENTCONFIGMODE¶
Specifies the deployment mode for the stack operation. Possible values are:
STANDARD- Use the standard deployment behavior, ensuring resources are ready to serve traffic before completing the operation. This is the default. You do not need to specify this value explicitly.
EXPRESS- Complete the stack operation when resource configuration is applied, without waiting for resources to become ready to serve traffic. Resources continue becoming ready in the background.
iv_disablerollback TYPE /AWS1/FRMDISABLEROLLBACK /AWS1/FRMDISABLEROLLBACK¶
Specifies whether to disable rollback of the stack if the stack operation fails.
Default:
false
Queryable Attributes¶
Mode¶
Specifies the deployment mode for the stack operation. Possible values are:
STANDARD- Use the standard deployment behavior, ensuring resources are ready to serve traffic before completing the operation. This is the default. You do not need to specify this value explicitly.
EXPRESS- Complete the stack operation when resource configuration is applied, without waiting for resources to become ready to serve traffic. Resources continue becoming ready in the background.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODE() |
Getter for MODE, with configurable default |
ASK_MODE() |
Getter for MODE w/ exceptions if field has no value |
HAS_MODE() |
Determine if MODE has a value |
DisableRollback¶
Specifies whether to disable rollback of the stack if the stack operation fails.
Default:
false
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DISABLEROLLBACK() |
Getter for DISABLEROLLBACK, with configurable default |
ASK_DISABLEROLLBACK() |
Getter for DISABLEROLLBACK w/ exceptions if field has no val |
HAS_DISABLEROLLBACK() |
Determine if DISABLEROLLBACK has a value |