Skip to content

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

Qualifier

Specify a version of the function.

TYPE: str

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

RuntimeVersionArn

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

TYPE: str

UpdateRuntimeOn

The current runtime update mode of the function.

TYPE: str

FunctionArn instance-attribute

FunctionArn

RuntimeVersionArn instance-attribute

RuntimeVersionArn

UpdateRuntimeOn instance-attribute

UpdateRuntimeOn