Interface CfnPlugin.IBasicAuthConfigurationProperty
Information about the basic authentication credentials used to configure a plugin.
Namespace: Amazon.CDK.AwsQbusiness
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IBasicAuthConfigurationProperty
Syntax (vb)
Public Interface IBasicAuthConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_qbusiness;
var basicAuthConfigurationProperty = new BasicAuthConfigurationProperty {
RoleArn = "roleArn",
SecretArn = "secretArn"
};
Synopsis
Properties
RoleArn | The ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret. |
SecretArn | The ARN of the Secrets Manager secret that stores the basic authentication credentials used for plugin configuration.. |
Properties
RoleArn
The ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.
string RoleArn { get; }
Property Value
System.String
Remarks
SecretArn
The ARN of the Secrets Manager secret that stores the basic authentication credentials used for plugin configuration..
string SecretArn { get; }
Property Value
System.String