event_invoke_configs
Retrieves a list of event_invoke_configs
in a region
Overview
Name | event_invoke_configs |
Type | Resource |
Description | event_invoke_configs |
Id | awscc.lambda.event_invoke_configs |
Fields
Name | Datatype | Description |
---|---|---|
function_name | string | The name of the Lambda function. |
qualifier | string | The identifier of a version or alias. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
function_name,
qualifier
FROM awscc.lambda.event_invoke_configs
WHERE region = 'us-east-1'
Permissions
To operate on the event_invoke_configs
resource, the following permissions are required:
Create
lambda:PutFunctionEventInvokeConfig
List
lambda:ListFunctionEventInvokeConfigs