Skip to content

Delete Pull Through Cache Rule

ecr_delete_pull_through_cache_rule R Documentation

Deletes a pull through cache rule

Description

Deletes a pull through cache rule.

Usage

ecr_delete_pull_through_cache_rule(ecrRepositoryPrefix, registryId)

Arguments

ecrRepositoryPrefix

[required] The Amazon ECR repository prefix associated with the pull through cache rule to delete.

registryId

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

Value

A list with the following syntax:

list(
  ecrRepositoryPrefix = "string",
  upstreamRegistryUrl = "string",
  createdAt = as.POSIXct(
    "2015-01-01"
  ),
  registryId = "string",
  credentialArn = "string"
)

Request syntax

svc$delete_pull_through_cache_rule(
  ecrRepositoryPrefix = "string",
  registryId = "string"
)