v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-143021,9861.6 MB

Lists the AppImageConfigs in your account and their properties. The list can be filtered by creation time or modified time, and whether the AppImageConfig name contains a specified string.

post/#X-Amz-Target=SageMaker.ListAppImageConfigs

Query parameters

MaxResultsstring

Pagination limit

NextTokenstring

Pagination token

Headers

X-Amz-Target'SageMaker.ListAppImageConfigs' required

Request body

MaxResultsinteger

The maximum number of AppImageConfigs to return in the response. The default value is 10.

NextTokenstring

If the previous call to <code>ListImages</code> didn't return the full set of AppImageConfigs, the call returns a token for getting the next set of AppImageConfigs.

NameContainsstring

A filter that returns only AppImageConfigs whose name contains the specified string.

CreationTimeBeforestring date-time

A filter that returns only AppImageConfigs created on or before the specified time.

CreationTimeAfterstring date-time

A filter that returns only AppImageConfigs created on or after the specified time.

ModifiedTimeBeforestring date-time

A filter that returns only AppImageConfigs modified on or before the specified time.

ModifiedTimeAfterstring date-time

A filter that returns only AppImageConfigs modified on or after the specified time.

SortBy'CreationTime' | 'LastModifiedTime' | 'Name'

The property used to sort results. The default value is <code>CreationTime</code>.

SortOrder'Ascending' | 'Descending'

The sort order. The default value is <code>Descending</code>.

Response

Success

NextTokenstring

A token for getting the next set of AppImageConfigs, if there are any.