List Repositories For Approval Rule Template
| codecommit_list_repositories_for_approval_rule_template | R Documentation | 
Lists all repositories associated with the specified approval rule template¶
Description¶
Lists all repositories associated with the specified approval rule template.
Usage¶
codecommit_list_repositories_for_approval_rule_template(
  approvalRuleTemplateName, nextToken, maxResults)
Arguments¶
| approvalRuleTemplateName | [required] The name of the approval rule template for which you want to list repositories that are associated with that template. | 
| nextToken | An enumeration token that, when provided in a request, returns the next batch of the results. | 
| maxResults | A non-zero, non-negative integer used to limit the number of returned results. | 
Value¶
A list with the following syntax:
list(
  repositoryNames = list(
    "string"
  ),
  nextToken = "string"
)
Request syntax¶
svc$list_repositories_for_approval_rule_template(
  approvalRuleTemplateName = "string",
  nextToken = "string",
  maxResults = 123
)