create_alias {aws.iam} | R Documentation |
Manage IAM Account Aliases
Description
Retrieve, create, update, and delete IAM Account Aliases
Usage
create_alias(alias, ...)
delete_alias(alias, ...)
list_aliases(n, marker, ...)
Arguments
alias |
A character string specifying an alias, or an object of class “iam_alias”. |
... |
Additional arguments passed to |
n |
An integer specifying the number of responses to return. |
marker |
A character string specifying a marker (from a previous response) to use in paginating results |
Value
create_alias
and delete_alias
return a logical TRUE
(if successful). list_aliases
returns a list of objects of class “iam_alias”.
References
[Package aws.iam version 0.1.8 Index]