Attributes
Parameters
See plugin common configurations for configuration options available to all plugins.
function_uri
AWS Lambda function URL or AWS API gateway endpoint that triggers the Lambda function.
authorization
Credentials used in authentication and authorization on AWS to invoke Lambda function.
apikey
API key for the REST API gateway when API key is selected to be the security mechanism.
iam
IAM credentials to be authenticated using AWS Signature Version 4 and authorized.
accesskey
IAM user access key.
secretkey
IAM user secret access key.
aws_region
AWS region.
service
Service receiving the request.
To integrate with AWS API gateway for API execution, set the service to
execute-apifor HTTP trigger.To integrate with Lambda function directly, set the service to
lambda.
timeout
vaild vaule:
greater than or equal to 100
Proxy request timeout in milliseconds.
ssl_verify
If true, perform SSL verification.
keepalive
If true, keep the connection alive for reuse.
keepalive_pool
vaild vaule:
greater than or equal to 1
If true, keep the connection alive for reuse.
keepalive_timeout
vaild vaule:
greater than or equal to 1000
Time for connection to remain idle without closing in milliseconds.
max_req_body_size
Maximum request body size in bytes buffered into memory. Larger request bodies are rejected. Available in API7 Enterprise from version 3.9.17 on the 3.9 line and from version 3.10.4 on the 3.10 line.