sers@nifi.apache.org<mailto:users@nifi.apache.org>"
mailto:users@nifi.apache.org>>
Subject: Re: trouble making a reference to AWS bundle in a controller service
Tim,
I think your PropertyDescriptor should reference the controller service
interface type (AWSCredentialsProviderService.class
Tim,
I think your PropertyDescriptor should reference the controller service
interface type (AWSCredentialsProviderService.class), rather than a
concrete implementing class type. For example, in
AbstractAWSCredentialsProviderProcessor:
public static final PropertyDescriptor AWS_CREDENTIALS_P
Hello,
I’ve been having some difficulty trying to add a reference to the
AWSCredentialsProviderControllerService in my code. Essentially I can add it
as a property to my controller, all compiles fine and I can deploy and start
Nifi. But then when I go to add reference to it in the Controller