View source: R/ecr_operations.R
ecr_get_authorization_token | R Documentation |
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.
ecr_get_authorization_token(registryIds = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.