Skip to content

Put Account Alias

supportapp_put_account_alias R Documentation

Creates or updates an individual alias for each Amazon Web Services account ID

Description

Creates or updates an individual alias for each 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_put_account_alias(accountAlias)

Arguments

accountAlias

[required] An alias or short name for an Amazon Web Services account.

Value

An empty list.

Request syntax

svc$put_account_alias(
  accountAlias = "string"
)