Skip to contents

Associates an email address alias with an existing email address in an Connect Customer instance. This creates a forwarding relationship where emails sent to the alias email address are automatically forwarded to the primary email address.

See https://www.paws-r-sdk.com/docs/connect_associate_email_address_alias/ for full documentation.

Usage

connect_associate_email_address_alias(
  EmailAddressId,
  InstanceId,
  AliasConfiguration,
  ClientToken = NULL
)

Arguments

EmailAddressId

[required] The identifier of the email address.

InstanceId

[required] The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

AliasConfiguration

[required] Configuration object that specifies which email address will serve as the alias. The specified email address must already exist in the Connect Customer instance and cannot already be configured as an alias or have an alias of its own.

ClientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see Making retries safe with idempotent APIs.