SolutionReference
- class aws_cdk.aws_personalize.SolutionReference(*, solution_arn)
- Bases: - object- A reference to a Solution resource. - Parameters:
- solution_arn ( - str) – The SolutionArn of the Solution 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_personalize as personalize solution_reference = personalize.SolutionReference( solution_arn="solutionArn" ) - Attributes - solution_arn
- The SolutionArn of the Solution resource.