Skip to content

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: str

Qualifier

The version number or alias name.

TYPE: str

RuntimeVersionArn

The ARN of the runtime version you want the function to use.

TYPE: str

UpdateRuntimeOn

The runtime update mode.

TYPE: str

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: str

RuntimeVersionArn

The ARN of the runtime the function is configured to use.

TYPE: str

UpdateRuntimeOn

The runtime update mode.

TYPE: str

FunctionArn instance-attribute

FunctionArn

RuntimeVersionArn instance-attribute

RuntimeVersionArn

UpdateRuntimeOn instance-attribute

UpdateRuntimeOn