AWS::QBusiness::RetrieverAdds a retriever to your Amazon Q Business application.
import { CfnRetriever } from 'aws-cdk-lib/aws-qbusiness';Or use the module namespace:
import * as qbusiness from 'aws-cdk-lib/aws-qbusiness';
// qbusiness.CfnRetrieverConfiguration passed to the constructor as CfnRetrieverProps.
applicationIdRequiredstringThe identifier of the Amazon Q Business application using the retriever.
configurationRequiredIResolvable | RetrieverConfigurationPropertyProvides information on how the retriever used for your Amazon Q Business application is configured.
displayNameRequiredstringThe name of your retriever.
typeRequiredstringThe type of your retriever.
roleArnOptionalstringThe ARN of an IAM role used by Amazon Q Business to access the basic authentication credentials stored in a Secrets Manager secret.
tagsOptionalCfnTag[]A list of key-value pairs that identify or categorize the retriever. You can also use tags to help control access to the retriever. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + -
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-qbusinessAWS::QBusiness::Retriever