interface BasicAuthConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_qbusiness.CfnPlugin.BasicAuthConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsqbusiness#CfnPlugin_BasicAuthConfigurationProperty |
![]() | software.amazon.awscdk.services.qbusiness.CfnPlugin.BasicAuthConfigurationProperty |
![]() | aws_cdk.aws_qbusiness.CfnPlugin.BasicAuthConfigurationProperty |
![]() | aws-cdk-lib » aws_qbusiness » CfnPlugin » BasicAuthConfigurationProperty |
Information about the basic authentication credentials used to configure a plugin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_qbusiness as qbusiness } from 'aws-cdk-lib';
const basicAuthConfigurationProperty: qbusiness.CfnPlugin.BasicAuthConfigurationProperty = {
roleArn: 'roleArn',
secretArn: 'secretArn',
};
Properties
Name | Type | Description |
---|---|---|
role | 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 | string | The ARN of the Secrets Manager secret that stores the basic authentication credentials used for plugin configuration.. |
roleArn
Type:
string
The ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.
secretArn
Type:
string
The ARN of the Secrets Manager secret that stores the basic authentication credentials used for plugin configuration..