interface SolutionReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Personalize.SolutionReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awspersonalize#SolutionReference |
![]() | software.amazon.awscdk.services.personalize.SolutionReference |
![]() | aws_cdk.aws_personalize.SolutionReference |
![]() | aws-cdk-lib » aws_personalize » SolutionReference |
A reference to a Solution resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_personalize as personalize } from 'aws-cdk-lib';
const solutionReference: personalize.SolutionReference = {
solutionArn: 'solutionArn',
};
Properties
Name | Type | Description |
---|---|---|
solution | string | The SolutionArn of the Solution resource. |
solutionArn
Type:
string
The SolutionArn of the Solution resource.