Module Values.UpdatePullThroughCacheRuleRequestSource

Updates an existing pull through cache rule.

Sourcetype nonrec t = {
  1. registryId : RegistryId.t option;
    (*

    The Amazon Web Services account ID associated with the registry associated with the pull through cache rule. If you do not specify a registry, the default registry is assumed.

    *)
  2. ecrRepositoryPrefix : PullThroughCacheRuleRepositoryPrefix.t;
    (*

    The repository name prefix to use when caching images from the source registry.

    *)
  3. credentialArn : CredentialArn.t option;
    (*

    The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that identifies the credentials to authenticate to the upstream registry.

    *)
  4. customRoleArn : CustomRoleArn.t option;
    (*

    Amazon Resource Name (ARN) of the IAM role to be assumed by Amazon ECR to authenticate to the ECR upstream registry. This role must be in the same account as the registry that you are configuring.

    *)
}
Sourceval context_ : string
Sourceval make : ?registryId:??? -> ?credentialArn:??? -> ?customRoleArn:??? -> ecrRepositoryPrefix:PullThroughCacheRuleRepositoryPrefix.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RegistryId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t