aws.lambda.list_code_signing_configs
Example SQL Queries
SELECT * FROMaws.lambda.list_code_signing_configs;Description
Returns a list of code signing configurations. A request returns up to 10,000 configurations per call. You can use the MaxItems parameter to return fewer configurations per call.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| allowed_publishers List of allowed publishers. | STRUCT( |
Show child fields
| |
| code_signing_config_arn The Amazon Resource Name (ARN) of the Code signing configuration. | VARCHAR |
| code_signing_config_id Unique identifer for the Code signing configuration. | VARCHAR |
| code_signing_policies The code signing policy controls the validation failure action for signature mismatch or expiry. | STRUCT( |
Show child fields
| |
| description Code signing configuration description. | VARCHAR |
| last_modified The date and time that the Code signing configuration was last modified, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD). | VARCHAR |