aws.lambda.list_aliases
Example SQL Queries
SELECT * FROMaws.lambda.list_aliasesWHERE"function_name" = 'VALUE';Description
Returns a list of aliases for a Lambda function.
Table Definition
| Column Name | Column Data Type |
|---|---|
| function_name Required Input Column The name or ARN of the Lambda function. Name formats
The length constraint applies only to the full ARN. If you specify only the function name, it is limited to 64 characters in length. | VARCHAR |
| function_version Input Column The function version that the alias invokes. | 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 |
| alias_arn The Amazon Resource Name (ARN) of the alias. | VARCHAR |
| description A description of the alias. | VARCHAR |
| name The name of the alias. | VARCHAR |
| revision_id A unique identifier that changes when you update the alias. | VARCHAR |
| routing_config The routing configuration of the alias. | STRUCT( |
Show child fields
| |