Values.StartLifecyclePolicyPreviewRequestSourceStarts a preview of a lifecycle policy for the specified repository. This allows you to see the results before associating the lifecycle policy with the repository.
type nonrec t = {registryId : RegistryId.t option;The Amazon Web Services account ID associated with the registry that contains the repository. If you do not specify a registry, the default registry is assumed.
*)repositoryName : RepositoryName.t;The name of the repository to be evaluated.
*)lifecyclePolicyText : LifecyclePolicyText.t option;The policy to be evaluated against. If you do not specify a policy, the current policy for the repository is used.
*)}val make :
?registryId:??? ->
?lifecyclePolicyText:??? ->
repositoryName:RepositoryName.t ->
unit ->
t