Retriever Args
data class RetrieverArgs(val applicationId: Output<String>? = null, val configuration: Output<Either<RetrieverConfiguration0PropertiesArgs, RetrieverConfiguration1PropertiesArgs>>? = null, val displayName: Output<String>? = null, val roleArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<RetrieverType>? = null) : ConvertibleToJava<RetrieverArgs>
Definition of AWS::QBusiness::Retriever Resource Type
Constructors
Link copied to clipboard
constructor(applicationId: Output<String>? = null, configuration: Output<Either<RetrieverConfiguration0PropertiesArgs, RetrieverConfiguration1PropertiesArgs>>? = null, displayName: Output<String>? = null, roleArn: Output<String>? = null, tags: Output<List<TagArgs>>? = null, type: Output<RetrieverType>? = null)
Properties
Link copied to clipboard
The identifier of the Amazon Q Business application using the retriever.
Link copied to clipboard
val configuration: Output<Either<RetrieverConfiguration0PropertiesArgs, RetrieverConfiguration1PropertiesArgs>>? = null
Provides information on how the retriever used for your Amazon Q Business application is configured.
Link copied to clipboard
The name of your retriever.
Link copied to clipboard
Link copied to clipboard
The type of your retriever.