View source: R/ecr_operations.R
ecr_describe_repository_creation_templates | R Documentation |
Returns details about the repository creation templates in a registry. The prefixes
request parameter can be used to return the details for a specific repository creation template.
See https://www.paws-r-sdk.com/docs/ecr_describe_repository_creation_templates/ for full documentation.
ecr_describe_repository_creation_templates(
prefixes = NULL,
nextToken = NULL,
maxResults = NULL
)
prefixes |
The repository namespace prefixes associated with the repository creation templates to describe. If this value is not specified, all repository creation templates are returned. |
nextToken |
The This token should be treated as an opaque identifier that is only used to retrieve the next items in a list and not for other programmatic purposes. |
maxResults |
The maximum number of repository results returned by
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.