View source: R/lambda_operations.R
lambda_list_code_signing_configs | R Documentation |
Returns a list of code signing configurations. A request returns up to 10,000 configurations per call. You can use the MaxItems
parameter to return fewer configurations per call.
See https://www.paws-r-sdk.com/docs/lambda_list_code_signing_configs/ for full documentation.
lambda_list_code_signing_configs(Marker = NULL, MaxItems = NULL)
Marker |
Specify the pagination token that's returned by a previous request to retrieve the next page of results. |
MaxItems |
Maximum number of items to return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.