Class: Aws::QBusiness::Types::BasicAuthConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Information about the basic authentication credentials used to configure a plugin.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#role_arnString

The ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.

Returns:

  • (String)


687
688
689
690
691
692
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 687

class BasicAuthConfiguration < Struct.new(
  :secret_arn,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end

#secret_arnString

The ARN of the Secrets Manager secret that stores the basic authentication credentials used for plugin configuration..

Returns:

  • (String)


687
688
689
690
691
692
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 687

class BasicAuthConfiguration < Struct.new(
  :secret_arn,
  :role_arn)
  SENSITIVE = []
  include Aws::Structure
end