recommendation_limitations
Creates, updates, deletes, gets or lists a recommendation_limitations resource.
Overview
| Name | recommendation_limitations |
| Type | Resource |
| Id | aws.dms.recommendation_limitations |
Fields
The following fields are returned by SELECT queries:
- describe_recommendation_limitations
| Name | Datatype | Description |
|---|---|---|
limitations | array | The list of limitations for recommendations of target Amazon Web Services engines. |
next_token | string | The unique pagination token returned for you to pass to a subsequent request. Fleet Advisor returns this token when the number of records in the response is greater than the MaxRecords value. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
describe_recommendation_limitations | select | region | End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see Amazon Web Services DMS Fleet Advisor end of support. Returns a paginated list of limitations for recommendations of target Amazon Web Services engines. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- describe_recommendation_limitations
End of support notice: On May 20, 2026, Amazon Web Services will end support for Amazon Web Services DMS Fleet Advisor;. After May 20, 2026, you will no longer be able to access the Amazon Web Services DMS Fleet Advisor; console or Amazon Web Services DMS Fleet Advisor; resources. For more information, see Amazon Web Services DMS Fleet Advisor end of support. Returns a paginated list of limitations for recommendations of target Amazon Web Services engines.
SELECT
limitations,
next_token
FROM aws.dms.recommendation_limitations
WHERE region = '{{ region }}' -- required
;