ecr_get_authorization_token: Retrieves an authorization token

View source: R/ecr_operations.R

ecr_get_authorization_tokenR Documentation

Retrieves an authorization token

Description

Retrieves an authorization token. An authorization token represents your IAM authentication credentials and can be used to access any Amazon ECR registry that your IAM principal has access to. The authorization token is valid for 12 hours.

See https://www.paws-r-sdk.com/docs/ecr_get_authorization_token/ for full documentation.

Usage

ecr_get_authorization_token(registryIds = NULL)

Arguments

registryIds

A list of Amazon Web Services account IDs that are associated with the registries for which to get AuthorizationData objects. If you do not specify a registry, the default registry is assumed.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.