yagipy commented on code in PR #11189:
URL: https://github.com/apache/nifi/pull/11189#discussion_r3178150895
##########
nifi-extension-bundles/nifi-aws-bundle/nifi-aws-processors/src/main/java/org/apache/nifi/processors/aws/rds/AwsRdsIamDatabasePasswordProvider.java:
##########
@@ -60,15 +61,24 @@ public class AwsRdsIamDatabasePasswordProvider extends
AbstractControllerService
.required(true)
.build();
+ static final PropertyDescriptor RDS_ENDPOINT = new
PropertyDescriptor.Builder()
+ .name("RDS Endpoint")
Review Comment:
Renamed to `Token Request Endpoint`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]