Retrieve, create, update, and delete IAM Account Aliases
create_alias(alias, ...)delete_alias(alias, ...)
list_aliases(n, marker, ...)
A character string specifying an alias, or an object of class “iam_alias”.
Additional arguments passed to iamHTTP
.
An integer specifying the number of responses to return.
A character string specifying a marker (from a previous response) to use in paginating results
create_alias
and delete_alias
return a logical TRUE
(if successful). list_aliases
returns a list of objects of class “iam_alias”.