Skip to content

/AWS1/CL_SGM=>LISTAPPIMAGECONFIGS()

About ListAppImageConfigs

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.

Method Signature

IMPORTING

Optional arguments:

IV_MAXRESULTS TYPE /AWS1/SGMMAXRESULTS /AWS1/SGMMAXRESULTS

The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

IV_NEXTTOKEN TYPE /AWS1/SGMNEXTTOKEN /AWS1/SGMNEXTTOKEN

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

IV_NAMECONTAINS TYPE /AWS1/SGMAPPIMAGECONFIGNAME /AWS1/SGMAPPIMAGECONFIGNAME

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

IV_CREATIONTIMEBEFORE TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

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

IV_CREATIONTIMEAFTER TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

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

IV_MODIFIEDTIMEBEFORE TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

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

IV_MODIFIEDTIMEAFTER TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP

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

IV_SORTBY TYPE /AWS1/SGMAPPIMAGECONFIGSORTKEY /AWS1/SGMAPPIMAGECONFIGSORTKEY

The property used to sort results. The default value is CreationTime.

IV_SORTORDER TYPE /AWS1/SGMSORTORDER /AWS1/SGMSORTORDER

The sort order. The default value is Descending.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_SGMLSTAPPIMAGECFGSRSP /AWS1/CL_SGMLSTAPPIMAGECFGSRSP