versions
Retrieves a list of versions
in a region
Overview
Name | versions |
Type | Resource |
Description | versions |
Id | awscc.lambda.versions |
Fields
Name | Datatype | Description |
---|---|---|
function_arn | string | The ARN of the version. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
function_arn
FROM awscc.lambda.versions
WHERE region = 'us-east-1'
Permissions
To operate on the versions
resource, the following permissions are required:
Create
lambda:PublishVersion,
lambda:GetFunctionConfiguration,
lambda:PutProvisionedConcurrencyConfig,
lambda:GetProvisionedConcurrencyConfig,
lambda:PutRuntimeManagementConfig,
lambda:GetRuntimeManagementConfig
List
lambda:ListVersionsByFunction