Skip to content

Get Account Alias

supportapp_get_account_alias R Documentation

Retrieves the alias from an Amazon Web Services account ID

Description

Retrieves the alias from an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.

Usage

supportapp_get_account_alias()

Value

A list with the following syntax:

list(
  accountAlias = "string"
)

Request syntax

svc$get_account_alias()