Module Values.PutRegistryPolicyRequestSource

Creates or updates the permissions policy for your registry. A registry policy is used to specify permissions for another Amazon Web Services account and is used when configuring cross-account replication. For more information, see Registry permissions in the Amazon Elastic Container Registry User Guide.

Sourcetype nonrec t = {
  1. policyText : RegistryPolicyText.t;
    (*

    The JSON policy text to apply to your registry. The policy text follows the same format as IAM policy text. For more information, see Registry permissions in the Amazon Elastic Container Registry User Guide.

    *)
}
Sourceval context_ : string
Sourceval make : policyText:RegistryPolicyText.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of RegistryPolicyText.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