AssistantReference
- class aws_cdk.interfaces.aws_wisdom.AssistantReference(*, assistant_arn, assistant_id)
Bases:
objectA 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.interfaces import aws_wisdom as interfaces_aws_wisdom assistant_reference = interfaces_aws_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.