/AWS1/CL_SSMPROGRESSCOUNTERS¶
An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_totalsteps TYPE /AWS1/SSMINTEGER /AWS1/SSMINTEGER¶
The total number of steps run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
iv_successsteps TYPE /AWS1/SSMINTEGER /AWS1/SSMINTEGER¶
The total number of steps that successfully completed in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
iv_failedsteps TYPE /AWS1/SSMINTEGER /AWS1/SSMINTEGER¶
The total number of steps that failed to run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
iv_cancelledsteps TYPE /AWS1/SSMINTEGER /AWS1/SSMINTEGER¶
The total number of steps that the system cancelled in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
iv_timedoutsteps TYPE /AWS1/SSMINTEGER /AWS1/SSMINTEGER¶
The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
Queryable Attributes¶
TotalSteps¶
The total number of steps run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOTALSTEPS() |
Getter for TOTALSTEPS |
SuccessSteps¶
The total number of steps that successfully completed in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SUCCESSSTEPS() |
Getter for SUCCESSSTEPS |
FailedSteps¶
The total number of steps that failed to run in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILEDSTEPS() |
Getter for FAILEDSTEPS |
CancelledSteps¶
The total number of steps that the system cancelled in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CANCELLEDSTEPS() |
Getter for CANCELLEDSTEPS |
TimedOutSteps¶
The total number of steps that timed out in all specified Amazon Web Services Regions and Amazon Web Services accounts for the current Automation execution.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TIMEDOUTSTEPS() |
Getter for TIMEDOUTSTEPS |