View source: R/lambda_operations.R
lambda_update_code_signing_config | R Documentation |
Update the code signing configuration. Changes to the code signing configuration take effect the next time a user tries to deploy a code package to the function.
See https://www.paws-r-sdk.com/docs/lambda_update_code_signing_config/ for full documentation.
lambda_update_code_signing_config(
CodeSigningConfigArn,
Description = NULL,
AllowedPublishers = NULL,
CodeSigningPolicies = NULL
)
CodeSigningConfigArn |
[required] The The Amazon Resource Name (ARN) of the code signing configuration. |
Description |
Descriptive name for this code signing configuration. |
AllowedPublishers |
Signing profiles for this code signing configuration. |
CodeSigningPolicies |
The code signing policy. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.