/AWS1/CL_LMDGETPROVCONCURREN01¶
GetProvisionedConcurrencyConfigResponse
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_reqedprovconcurrentexecs TYPE /AWS1/LMDPOSITIVEINTEGER /AWS1/LMDPOSITIVEINTEGER¶
The amount of provisioned concurrency requested.
iv_availableprovconcurrent00 TYPE /AWS1/LMDNONNEGATIVEINTEGER /AWS1/LMDNONNEGATIVEINTEGER¶
The amount of provisioned concurrency available.
iv_allocatedprovconcurrent00 TYPE /AWS1/LMDNONNEGATIVEINTEGER /AWS1/LMDNONNEGATIVEINTEGER¶
The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.
iv_status TYPE /AWS1/LMDPROVCONCURRENCYSTAT00 /AWS1/LMDPROVCONCURRENCYSTAT00¶
The status of the allocation process.
iv_statusreason TYPE /AWS1/LMDSTRING /AWS1/LMDSTRING¶
For failed allocations, the reason that provisioned concurrency could not be allocated.
iv_lastmodified TYPE /AWS1/LMDTIMESTAMP /AWS1/LMDTIMESTAMP¶
The date and time that a user last updated the configuration, in ISO 8601 format.
Queryable Attributes¶
RequestedProvisionedConcurrentExecutions¶
The amount of provisioned concurrency requested.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQEDPROVCONCURRENTEXECS() |
Getter for REQUESTEDPROVCONCURRENTEXECS, with configurable d |
ASK_REQEDPROVCONCURRENTEXECS() |
Getter for REQUESTEDPROVCONCURRENTEXECS w/ exceptions if fie |
HAS_REQEDPROVCONCURRENTEXECS() |
Determine if REQUESTEDPROVCONCURRENTEXECS has a value |
AvailableProvisionedConcurrentExecutions¶
The amount of provisioned concurrency available.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AVAILABLEPROVCONCURREN00() |
Getter for AVAILABLEPROVCONCURRENTEXECS, with configurable d |
ASK_AVAILABLEPROVCONCURREN00() |
Getter for AVAILABLEPROVCONCURRENTEXECS w/ exceptions if fie |
HAS_AVAILABLEPROVCONCURREN00() |
Determine if AVAILABLEPROVCONCURRENTEXECS has a value |
AllocatedProvisionedConcurrentExecutions¶
The amount of provisioned concurrency allocated. When a weighted alias is used during linear and canary deployments, this value fluctuates depending on the amount of concurrency that is provisioned for the function versions.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ALLOCATEDPROVCONCURREN00() |
Getter for ALLOCATEDPROVCONCURRENTEXECS, with configurable d |
ASK_ALLOCATEDPROVCONCURREN00() |
Getter for ALLOCATEDPROVCONCURRENTEXECS w/ exceptions if fie |
HAS_ALLOCATEDPROVCONCURREN00() |
Determine if ALLOCATEDPROVCONCURRENTEXECS has a value |
Status¶
The status of the allocation process.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
StatusReason¶
For failed allocations, the reason that provisioned concurrency could not be allocated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |
LastModified¶
The date and time that a user last updated the configuration, in ISO 8601 format.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIED() |
Getter for LASTMODIFIED, with configurable default |
ASK_LASTMODIFIED() |
Getter for LASTMODIFIED w/ exceptions if field has no value |
HAS_LASTMODIFIED() |
Determine if LASTMODIFIED has a value |