aws.lambda.list_functions_by_code_signing_config
Example SQL Queries
SELECT * FROMaws.lambda.list_functions_by_code_signing_configWHERE"code_signing_config_arn" = 'VALUE';Description
List the functions that use the specified code signing configuration. You can use this method prior to deleting a code signing configuration, to verify that no functions are using it.
Table Definition
| Column Name | Column Data Type |
|---|---|
| code_signing_config_arn Required Input Column The The Amazon Resource Name (ARN) of the code signing configuration. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| function_arns | VARCHAR |