/AWS1/CL_SGN=>LISTSIGNINGJOBS()
¶
About ListSigningJobs¶
Lists all your signing jobs. You can use the maxResults
parameter to limit the
number of signing jobs that are returned in the response. If additional jobs remain to
be listed, AWS Signer returns a nextToken
value. Use this value in
subsequent calls to ListSigningJobs
to fetch the remaining values. You can
continue calling ListSigningJobs
with your maxResults
parameter and with new values that Signer returns in the nextToken
parameter until all of your signing jobs have been returned.
Method Signature¶
IMPORTING¶
Optional arguments:¶
IV_STATUS
TYPE /AWS1/SGNSIGNINGSTATUS
/AWS1/SGNSIGNINGSTATUS
¶
A status value with which to filter your results.
IV_PLATFORMID
TYPE /AWS1/SGNPLATFORMID
/AWS1/SGNPLATFORMID
¶
The ID of microcontroller platform that you specified for the distribution of your code image.
IV_REQUESTEDBY
TYPE /AWS1/SGNREQUESTEDBY
/AWS1/SGNREQUESTEDBY
¶
The IAM principal that requested the signing job.
IV_MAXRESULTS
TYPE /AWS1/SGNMAXRESULTS
/AWS1/SGNMAXRESULTS
¶
Specifies the maximum number of items to return in the response. Use this parameter when paginating results. If additional items exist beyond the number you specify, the
nextToken
element is set in the response. Use thenextToken
value in a subsequent request to retrieve additional items.
IV_NEXTTOKEN
TYPE /AWS1/SGNNEXTTOKEN
/AWS1/SGNNEXTTOKEN
¶
String for specifying the next set of paginated results to return. After you receive a response with truncated results, use this parameter in a subsequent request. Set it to the value of
nextToken
from the response that you just received.
IV_ISREVOKED
TYPE /AWS1/SGNBOOL
/AWS1/SGNBOOL
¶
Filters results to return only signing jobs with revoked signatures.
IV_SIGNATUREEXPIRESBEFORE
TYPE /AWS1/SGNTIMESTAMP
/AWS1/SGNTIMESTAMP
¶
Filters results to return only signing jobs with signatures expiring before a specified timestamp.
IV_SIGNATUREEXPIRESAFTER
TYPE /AWS1/SGNTIMESTAMP
/AWS1/SGNTIMESTAMP
¶
Filters results to return only signing jobs with signatures expiring after a specified timestamp.
IV_JOBINVOKER
TYPE /AWS1/SGNACCOUNTID
/AWS1/SGNACCOUNTID
¶
Filters results to return only signing jobs initiated by a specified IAM entity.