Skip to content

Register Pull Time Update Exclusion

ecr_register_pull_time_update_exclusion R Documentation

Adds an IAM principal to the pull time update exclusion list for a registry

Description

Adds an IAM principal to the pull time update exclusion list for a registry. Amazon ECR will not record the pull time if an excluded principal pulls an image.

Usage

ecr_register_pull_time_update_exclusion(principalArn)

Arguments

principalArn

[required] The ARN of the IAM principal to exclude from having image pull times recorded.

Value

A list with the following syntax:

list(
  principalArn = "string",
  createdAt = as.POSIXct(
    "2015-01-01"
  )
)

Request syntax

svc$register_pull_time_update_exclusion(
  principalArn = "string"
)