Skip to content

Get function code signing config

async_boto.validation.lambda_.get_function_code_signing_config

GetFunctionCodeSigningConfigRequest

Bases: BaseModel

Request model for retrieving the code signing configuration for a specified function.

ATTRIBUTE DESCRIPTION
FunctionName

The name or ARN of the Lambda function.

TYPE: str

FunctionName instance-attribute

FunctionName

GetFunctionCodeSigningConfigResponse

Bases: BaseModel

Response model for retrieving the code signing configuration for a specified function.

ATTRIBUTE DESCRIPTION
CodeSigningConfigArn

The ARN of the code signing configuration.

TYPE: str

FunctionName

The name or ARN of the Lambda function.

TYPE: str

CodeSigningConfigArn instance-attribute

CodeSigningConfigArn

FunctionName instance-attribute

FunctionName