AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the ListFunctionsByCodeSigningConfig operation. 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.
Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z
public class ListFunctionsByCodeSigningConfigRequest : AmazonLambdaRequest IAmazonWebServiceRequest
The ListFunctionsByCodeSigningConfigRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
ListFunctionsByCodeSigningConfigRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
CodeSigningConfigArn | System.String |
Gets and sets the property CodeSigningConfigArn. The The Amazon Resource Name (ARN) of the code signing configuration. |
|
Marker | System.String |
Gets and sets the property Marker. Specify the pagination token that's returned by a previous request to retrieve the next page of results. |
|
MaxItems | System.Nullable<System.Int32> |
Gets and sets the property MaxItems. Maximum number of items to return. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer