Creates a code signing configuration
Source:R/lambda_operations.R
lambda_create_code_signing_config.RdCreates a code signing configuration. A code signing configuration defines a list of allowed signing profiles and defines the code-signing validation policy (action to be taken if deployment validation checks fail).
See https://www.paws-r-sdk.com/docs/lambda_create_code_signing_config/ for full documentation.
Usage
lambda_create_code_signing_config(
Description = NULL,
AllowedPublishers,
CodeSigningPolicies = NULL,
Tags = NULL
)Arguments
- Description
Descriptive name for this code signing configuration.
- AllowedPublishers
[required] Signing profiles for this code signing configuration.
- CodeSigningPolicies
The code signing policies define the actions to take if the validation checks fail.
A list of tags to add to the code signing configuration.