Protected
Optional
metadataIf true, each mapping will only contain metadata fields; no mapping expressions, source and target schema content
, or lookup tables. If false, each mapping will contain all available fields. The metadata fields are id
, name
, type
, connection
(both in source
and target
), created_at
, and updated_at
.
Optional
pageMaximum number of mappings that will be returned in a single response. If there are more mappings, the response will contain a field next_page_token
that will allow you to retrieve them.
Optional
pageA token that allows you to retrieve the next page of mappings. It should have the same value as the next_page_token
-field you received in your last response.
The input for ListMappingsCommand.