View source: R/lambda_operations.R
lambda_create_code_signing_config | R Documentation |
Creates 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.
lambda_create_code_signing_config(
Description = NULL,
AllowedPublishers,
CodeSigningPolicies = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.