Method: Aws::Kendra::Types::BasicAuthenticationConfiguration#credentials
- Defined in:
- lib/aws-sdk-kendra/types.rb
#credentials ⇒ String
The Amazon Resource Name (ARN) of an Secrets Manager secret. You create a secret to store your credentials in [Secrets Manager]
You use a secret if basic authentication credentials are required to connect to a website. The secret stores your credentials of user name and password.
[1]: docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html
650 651 652 653 654 655 656 |
# File 'lib/aws-sdk-kendra/types.rb', line 650 class BasicAuthenticationConfiguration < Struct.new( :host, :port, :credentials) SENSITIVE = [] include Aws::Structure end |