Skip to content

Put Account Dedicated Ip Warmup Attributes

sesv2_put_account_dedicated_ip_warmup_attributes R Documentation

Enable or disable the automatic warm-up feature for dedicated IP addresses

Description

Enable or disable the automatic warm-up feature for dedicated IP addresses.

Usage

sesv2_put_account_dedicated_ip_warmup_attributes(AutoWarmupEnabled)

Arguments

AutoWarmupEnabled

Enables or disables the automatic warm-up feature for dedicated IP addresses that are associated with your Amazon SES account in the current Amazon Web Services Region. Set to true to enable the automatic warm-up feature, or set to false to disable it.

Value

An empty list.

Request syntax

svc$put_account_dedicated_ip_warmup_attributes(
  AutoWarmupEnabled = TRUE|FALSE
)