Get runtime management config
async_boto.validation.lambda_.get_runtime_management_config
GetRuntimeManagementConfigRequest
Bases: BaseModel
Request model for retrieving the runtime management configuration for a function's version.
| ATTRIBUTE | DESCRIPTION |
|---|---|
FunctionName |
The name or ARN of the Lambda function.
TYPE:
|
Qualifier |
Specify a version of the function.
TYPE:
|
FunctionName
instance-attribute
FunctionName
Qualifier
instance-attribute
Qualifier
GetRuntimeManagementConfigResponse
Bases: BaseModel
Response model for retrieving the runtime management configuration for a function's version.
| ATTRIBUTE | DESCRIPTION |
|---|---|
FunctionArn |
The Amazon Resource Name (ARN) of your function.
TYPE:
|
RuntimeVersionArn |
The ARN of the runtime the function is configured to use.
TYPE:
|
UpdateRuntimeOn |
The current runtime update mode of the function.
TYPE:
|
FunctionArn
instance-attribute
FunctionArn
RuntimeVersionArn
instance-attribute
RuntimeVersionArn
UpdateRuntimeOn
instance-attribute
UpdateRuntimeOn