Class: Aws::QBusiness::Types::BasicAuthConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::BasicAuthConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#role_arn ⇒ String
The ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.
-
#secret_arn ⇒ String
The ARN of the Secrets Manager secret that stores the basic authentication credentials used for plugin configuration..
Instance Attribute Details
#role_arn ⇒ String
The ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.
922 923 924 925 926 927 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 922 class BasicAuthConfiguration < Struct.new( :secret_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |
#secret_arn ⇒ String
The ARN of the Secrets Manager secret that stores the basic authentication credentials used for plugin configuration..
922 923 924 925 926 927 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 922 class BasicAuthConfiguration < Struct.new( :secret_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |