NIFI-8941: Adding ENDPOINT_OVERRIDE to properties List of PutLambda.

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #5244.
This commit is contained in:
ScottGiles 2021-07-23 07:54:30 -04:00 committed by Pierre Villard
parent 1fdae088cf
commit d97bec63ed
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ public class PutLambda extends AbstractAWSLambdaProcessor {
public static final List<PropertyDescriptor> properties = Collections.unmodifiableList(
Arrays.asList(AWS_LAMBDA_FUNCTION_NAME, AWS_LAMBDA_FUNCTION_QUALIFIER, REGION, ACCESS_KEY, SECRET_KEY, CREDENTIALS_FILE, AWS_CREDENTIALS_PROVIDER_SERVICE, TIMEOUT,
PROXY_CONFIGURATION_SERVICE, PROXY_HOST, PROXY_HOST_PORT, PROXY_USERNAME, PROXY_PASSWORD));
PROXY_CONFIGURATION_SERVICE, PROXY_HOST, PROXY_HOST_PORT, PROXY_USERNAME, PROXY_PASSWORD, ENDPOINT_OVERRIDE));
@Override
protected List<PropertyDescriptor> getSupportedPropertyDescriptors() {