RetrieverReference
- class aws_cdk.aws_qbusiness.RetrieverReference(*, application_id, retriever_arn, retriever_id)
Bases:
object
A reference to a Retriever resource.
- Parameters:
application_id (
str
) – The ApplicationId of the Retriever resource.retriever_arn (
str
) – The ARN of the Retriever resource.retriever_id (
str
) – The RetrieverId of the Retriever resource.
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_qbusiness as qbusiness retriever_reference = qbusiness.RetrieverReference( application_id="applicationId", retriever_arn="retrieverArn", retriever_id="retrieverId" )
Attributes
- application_id
The ApplicationId of the Retriever resource.
- retriever_arn
The ARN of the Retriever resource.
- retriever_id
The RetrieverId of the Retriever resource.