Module ECR.PullThroughCacheRule

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pullthroughcacherule.html

type properties = {
  1. upstream_registry_url : string option;
  2. upstream_registry : string option;
  3. credential_arn : string option;
  4. ecr_repository_prefix : string option;
}

see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ecr-pullthroughcacherule.html;

val make_properties : ?upstream_registry_url:string -> ?upstream_registry:string -> ?credential_arn:string -> ?ecr_repository_prefix:string -> unit -> properties
val yojson_of_properties : properties -> [> `Assoc of (string * Yojson.Safe.t) list ]
type attributes = {
  1. ref_ : string;
}
val create_attributes : string -> attributes
val cloudformation_type : string