Values.RepositoryScanningConfigurationSourceThe details of the scanning configuration for a repository.
type nonrec t = {repositoryArn : Arn.t option;The ARN of the repository.
*)repositoryName : RepositoryName.t option;The name of the repository.
*)scanOnPush : ScanOnPushFlag.t option;Whether or not scan on push is configured for the repository.
*)scanFrequency : ScanFrequency.t option;The scan frequency for the repository.
*)appliedScanFilters : ScanningRepositoryFilterList.t option;The scan filters applied to the repository.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of ScanOnPushFlag.t
| `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of ScanningRepositoryFilterValue.t ])
list ]
list
| `String of Arn.t ])
list ]