Values.AwsEcrRepositoryDetailsSourceProvides information about an Amazon Elastic Container Registry repository.
type nonrec t = {arn : NonEmptyString.t option;The ARN of the repository.
*)imageScanningConfiguration : AwsEcrRepositoryImageScanningConfigurationDetails.t
option;The image scanning configuration for a repository.
*)imageTagMutability : NonEmptyString.t option;The tag mutability setting for the repository. Valid values are IMMUTABLE or MUTABLE.
*)lifecyclePolicy : AwsEcrRepositoryLifecyclePolicyDetails.t option;Information about the lifecycle policy for the repository.
*)repositoryName : NonEmptyString.t option;The name of the repository.
*)repositoryPolicyText : NonEmptyString.t option;The text of the repository policy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of NonEmptyString.t
| `Structure of
(string * [> `Boolean of Boolean.t | `String of NonEmptyString.t ])
list ])
list ]