Skip to content

Deregister Pull Time Update Exclusion

ecr_deregister_pull_time_update_exclusion R Documentation

Removes a principal from the pull time update exclusion list for a registry

Description

Removes a principal from the pull time update exclusion list for a registry. Once removed, Amazon ECR will resume updating the pull time if the specified principal pulls an image.

Usage

ecr_deregister_pull_time_update_exclusion(principalArn)

Arguments

principalArn

[required] The ARN of the IAM principal to remove from the pull time update exclusion list.

Value

A list with the following syntax:

list(
  principalArn = "string"
)

Request syntax

svc$deregister_pull_time_update_exclusion(
  principalArn = "string"
)