Skip to content

/AWS1/CL_ECA=>DESCRIBESERVERLESSCACHES()

About DescribeServerlessCaches

Returns information about a specific serverless cache. If no identifier is specified, then the API returns information on all the serverless caches belonging to this Amazon Web Services account.

Method Signature

IMPORTING

Optional arguments:

IV_SERVERLESSCACHENAME TYPE /AWS1/ECASTRING /AWS1/ECASTRING

The identifier for the serverless cache. If this parameter is specified, only information about that specific serverless cache is returned. Default: NULL

IV_MAXRESULTS TYPE /AWS1/ECAINTEGEROPTIONAL /AWS1/ECAINTEGEROPTIONAL

The maximum number of records in the response. If more records exist than the specified max-records value, the next token is included in the response so that remaining results can be retrieved. The default is 50.

IV_NEXTTOKEN TYPE /AWS1/ECASTRING /AWS1/ECASTRING

An optional marker returned from a prior request to support pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxResults.

RETURNING

OO_OUTPUT TYPE REF TO /AWS1/CL_ECADSCSERVERLESSCAC01 /AWS1/CL_ECADSCSERVERLESSCAC01