Class: Aws::QBusiness::Types::BasicAuthConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::BasicAuthConfiguration
- 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
-
#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.
723 724 725 726 727 728 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 723 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..
723 724 725 726 727 728 |
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 723 class BasicAuthConfiguration < Struct.new( :secret_arn, :role_arn) SENSITIVE = [] include Aws::Structure end |