Values.CreateCodeSigningConfigRequestSourceCreates 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).
type nonrec t = {description : Description.t option;Descriptive name for this code signing configuration.
*)allowedPublishers : AllowedPublishers.t;Signing profiles for this code signing configuration.
*)codeSigningPolicies : CodeSigningPolicies.t option;The code signing policies define the actions to take if the validation checks fail.
*)}val make :
?description:??? ->
?codeSigningPolicies:??? ->
?tags:??? ->
allowedPublishers:AllowedPublishers.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Description.t
| `Structure of
(string
* [> `Enum of string | `List of [> `String of Arn.t ] list ])
list ])
list ]