solutions_list_only
Lists solutions
in a region or regions, for all properties use solutions
Overview
Name | solutions_list_only |
Type | Resource |
Description | Resource schema for AWS::Personalize::Solution. |
Id | aws.personalize.solutions_list_only |
Fields
Name | Datatype | Description |
---|---|---|
solution_arn | string | The ARN of the solution |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all solutions
in a region.
SELECT
region,
solution_arn
FROM aws.personalize.solutions_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the solutions_list_only
resource, see solutions