LambdaDetails¶
Structure Class¶
LambdaDetails
dataclass
¶
Information about the Lambda function involved in the finding.
Attributes¶
description
class-attribute
instance-attribute
¶
description: str | None = None
Description of the Lambda function.
function_arn
class-attribute
instance-attribute
¶
function_arn: str | None = None
Amazon Resource Name (ARN) of the Lambda function.
function_name
class-attribute
instance-attribute
¶
function_name: str | None = None
Name of the Lambda function.
function_version
class-attribute
instance-attribute
¶
function_version: str | None = None
The version of the Lambda function.
last_modified_at
class-attribute
instance-attribute
¶
last_modified_at: datetime | None = None
The timestamp when the Lambda function was last modified. This field is
in the UTC date string format (2023-03-22T19:37:20.168Z).
revision_id
class-attribute
instance-attribute
¶
revision_id: str | None = None
The revision ID of the Lambda function version.
role
class-attribute
instance-attribute
¶
role: str | None = None
The execution role of the Lambda function.