fleet_advisor_schema_object_summaries
Creates, updates, deletes, gets or lists a fleet_advisor_schema_object_summaries resource.
Overview
| Name | fleet_advisor_schema_object_summaries |
| Type | Resource |
| Id | aws.dms.fleet_advisor_schema_object_summaries |
Fields
The following fields are returned by SELECT queries:
- describe_fleet_advisor_schema_object_summary
| Name | Datatype | Description |
|---|---|---|
fleet_advisor_schema_objects | array | A collection of FleetAdvisorSchemaObjectResponse objects. |
next_token | string | If NextToken is returned, there are more results available. The value of NextToken is a unique pagination token for each page. Make the call again using the returned token to retrieve the next page. Keep all other arguments unchanged. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
describe_fleet_advisor_schema_object_summary | 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. Provides descriptions of the schemas discovered by your Fleet Advisor collectors. |
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_fleet_advisor_schema_object_summary
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. Provides descriptions of the schemas discovered by your Fleet Advisor collectors.
SELECT
fleet_advisor_schema_objects,
next_token
FROM aws.dms.fleet_advisor_schema_object_summaries
WHERE region = '{{ region }}' -- required
;