paws.customer.engagement (version 0.1.0)

pinpointemail_put_account_sending_attributes: Enable or disable the ability of your account to send email

Description

Enable or disable the ability of your account to send email.

Usage

pinpointemail_put_account_sending_attributes(SendingEnabled)

Arguments

SendingEnabled

Enables or disables your account's ability to send email. Set to true to enable email sending, or set to false to disable email sending.

If AWS paused your account's ability to send email, you can't use this operation to resume your account's ability to send email.

Request syntax

svc$put_account_sending_attributes(
  SendingEnabled = TRUE|FALSE
)