Put runtime management config
async_boto.validation.lambda_.put_runtime_management_config
PutRuntimeManagementConfigRequest
Bases: BaseModel
Request model for setting the runtime management configuration of an AWS Lambda function's version.
| ATTRIBUTE | DESCRIPTION |
|---|---|
FunctionName |
The name or ARN of the Lambda function.
TYPE:
|
Qualifier |
The version number or alias name.
TYPE:
|
RuntimeVersionArn |
The ARN of the runtime version you want the function to use.
TYPE:
|
UpdateRuntimeOn |
The runtime update mode.
TYPE:
|
FunctionName
instance-attribute
FunctionName
Qualifier
instance-attribute
Qualifier
RuntimeVersionArn
instance-attribute
RuntimeVersionArn
UpdateRuntimeOn
instance-attribute
UpdateRuntimeOn
PutRuntimeManagementConfigResponse
Bases: BaseModel
Response model for setting the runtime management configuration of an AWS Lambda function's version.
| ATTRIBUTE | DESCRIPTION |
|---|---|
FunctionArn |
The ARN of the function.
TYPE:
|
RuntimeVersionArn |
The ARN of the runtime the function is configured to use.
TYPE:
|
UpdateRuntimeOn |
The runtime update mode.
TYPE:
|
FunctionArn
instance-attribute
FunctionArn
RuntimeVersionArn
instance-attribute
RuntimeVersionArn
UpdateRuntimeOn
instance-attribute
UpdateRuntimeOn