AssistantReference
- class aws_cdk.aws_wisdom.AssistantReference(*, assistant_arn, assistant_id)
Bases:
object
A reference to a Assistant resource.
- Parameters:
assistant_arn (
str
) – The ARN of the Assistant resource.assistant_id (
str
) – The AssistantId of the Assistant 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_wisdom as wisdom assistant_reference = wisdom.AssistantReference( assistant_arn="assistantArn", assistant_id="assistantId" )
Attributes
- assistant_arn
The ARN of the Assistant resource.
- assistant_id
The AssistantId of the Assistant resource.