Values.UpdateCodeSigningConfigRequestSourceUpdate 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.
type nonrec t = {codeSigningConfigArn : CodeSigningConfigArn.t;The The Amazon Resource Name (ARN) of the code signing configuration.
*)description : Description.t option;Descriptive name for this code signing configuration.
*)allowedPublishers : AllowedPublishers.t option;Signing profiles for this code signing configuration.
*)codeSigningPolicies : CodeSigningPolicies.t option;The code signing policy.
*)}val make :
?description:??? ->
?allowedPublishers:??? ->
?codeSigningPolicies:??? ->
codeSigningConfigArn:CodeSigningConfigArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of CodeSigningConfigArn.t
| `Structure of
(string
* [> `Enum of string | `List of [> `String of Arn.t ] list ])
list ])
list ]