Values.SigningConfigurationSourceThe signing configuration for a registry, which specifies rules for automatically signing images when pushed.
type nonrec t = {rules : SigningRuleList.t;A list of signing rules. Each rule defines a signing profile and optional repository filters that determine which images are automatically signed. Maximum of 10 rules.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of SigningRepositoryFilterValue.t ])
list ]
list
| `String of SigningProfileArn.t ])
list ]
list ])
list ]