lambda_update_code_signing_config: Update the code signing configuration

View source: R/lambda_operations.R

lambda_update_code_signing_configR Documentation

Update the code signing configuration

Description

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.

Usage

lambda_update_code_signing_config(
  CodeSigningConfigArn,
  Description = NULL,
  AllowedPublishers = NULL,
  CodeSigningPolicies = NULL
)

Arguments

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.


paws.compute documentation built on May 29, 2024, 9:16 a.m.