Put Dedicated Ip Warmup Attributes
| pinpointemail_put_dedicated_ip_warmup_attributes | R Documentation | 
Put dedicated ip warmup attributes¶
Description¶
Put dedicated ip warmup attributes
Usage¶
pinpointemail_put_dedicated_ip_warmup_attributes(Ip, WarmupPercentage)
Arguments¶
| Ip | [required] The dedicated IP address that you want to update the warm-up attributes for. | 
| WarmupPercentage | [required] The warm-up percentage that you want to associate with the dedicated IP address. | 
Value¶
An empty list.
Request syntax¶
svc$put_dedicated_ip_warmup_attributes(
  Ip = "string",
  WarmupPercentage = 123
)