/AWS1/CL_ESSAUTSNAPPAUSEREQO00¶
Specifies the automated snapshot pause request options for the domain.
Suspending snapshots reduces data protection. You cannot restore your domain to points in time when snapshots are suspended. Use this feature only for short-term operational needs such as migrations or maintenance windows.
Maximum suspension duration: 3 days.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_enabled TYPE /AWS1/ESSBOOLEAN /AWS1/ESSBOOLEAN¶
Whether to enable or disable automated snapshot pause for the domain.
Optional arguments:¶
iv_starttime TYPE /AWS1/ESSUPDATETIMESTAMP /AWS1/ESSUPDATETIMESTAMP¶
The timestamp at which the automated snapshot pause should begin.
iv_endtime TYPE /AWS1/ESSUPDATETIMESTAMP /AWS1/ESSUPDATETIMESTAMP¶
The timestamp at which the automated snapshot pause should end. The maximum allowed duration between
StartTimeandEndTimeis 3 days.
Queryable Attributes¶
Enabled¶
Whether to enable or disable automated snapshot pause for the domain.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENABLED() |
Getter for ENABLED, with configurable default |
ASK_ENABLED() |
Getter for ENABLED w/ exceptions if field has no value |
HAS_ENABLED() |
Determine if ENABLED has a value |
StartTime¶
The timestamp at which the automated snapshot pause should begin.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
The timestamp at which the automated snapshot pause should end. The maximum allowed duration between
StartTimeandEndTimeis 3 days.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |