lambda_list_functions_by_code_signing_config: List the functions that use the specified code signing...

View source: R/lambda_operations.R

lambda_list_functions_by_code_signing_configR Documentation

List the functions that use the specified code signing configuration

Description

List the functions that use the specified code signing configuration. You can use this method prior to deleting a code signing configuration, to verify that no functions are using it.

See https://www.paws-r-sdk.com/docs/lambda_list_functions_by_code_signing_config/ for full documentation.

Usage

lambda_list_functions_by_code_signing_config(
  CodeSigningConfigArn,
  Marker = NULL,
  MaxItems = NULL
)

Arguments

CodeSigningConfigArn

[required] The The Amazon Resource Name (ARN) of the code signing configuration.

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.