/AWS1/CL_GGSBULKDEPLOYMENTMET¶
Relevant metrics on input records processed during bulk deployment.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_invalidinputrecords
TYPE /AWS1/GGS__INTEGER
/AWS1/GGS__INTEGER
¶
The total number of records that returned a non-retryable error. For example, this can occur if a group record from the input file uses an invalid format or specifies a nonexistent group version, or if the execution role doesn't grant permission to deploy a group or group version.
iv_recordsprocessed
TYPE /AWS1/GGS__INTEGER
/AWS1/GGS__INTEGER
¶
The total number of group records from the input file that have been processed so far, or attempted.
iv_retryattempts
TYPE /AWS1/GGS__INTEGER
/AWS1/GGS__INTEGER
¶
The total number of deployment attempts that returned a retryable error. For example, a retry is triggered if the attempt to deploy a group returns a throttling error. ''StartBulkDeployment'' retries a group deployment up to five times.
Queryable Attributes¶
InvalidInputRecords¶
The total number of records that returned a non-retryable error. For example, this can occur if a group record from the input file uses an invalid format or specifies a nonexistent group version, or if the execution role doesn't grant permission to deploy a group or group version.
Accessible with the following methods¶
Method | Description |
---|---|
GET_INVALIDINPUTRECORDS() |
Getter for INVALIDINPUTRECORDS, with configurable default |
ASK_INVALIDINPUTRECORDS() |
Getter for INVALIDINPUTRECORDS w/ exceptions if field has no |
HAS_INVALIDINPUTRECORDS() |
Determine if INVALIDINPUTRECORDS has a value |
RecordsProcessed¶
The total number of group records from the input file that have been processed so far, or attempted.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RECORDSPROCESSED() |
Getter for RECORDSPROCESSED, with configurable default |
ASK_RECORDSPROCESSED() |
Getter for RECORDSPROCESSED w/ exceptions if field has no va |
HAS_RECORDSPROCESSED() |
Determine if RECORDSPROCESSED has a value |
RetryAttempts¶
The total number of deployment attempts that returned a retryable error. For example, a retry is triggered if the attempt to deploy a group returns a throttling error. ''StartBulkDeployment'' retries a group deployment up to five times.
Accessible with the following methods¶
Method | Description |
---|---|
GET_RETRYATTEMPTS() |
Getter for RETRYATTEMPTS, with configurable default |
ASK_RETRYATTEMPTS() |
Getter for RETRYATTEMPTS w/ exceptions if field has no value |
HAS_RETRYATTEMPTS() |
Determine if RETRYATTEMPTS has a value |