Skip to content

Enable Domain Auto Renew

route53domains_enable_domain_auto_renew R Documentation

This operation configures Amazon Route 53 to automatically renew the specified domain before the domain registration expires

Description

This operation configures Amazon Route 53 to automatically renew the specified domain before the domain registration expires. The cost of renewing your domain registration is billed to your Amazon Web Services account.

The period during which you can renew a domain name varies by TLD. For a list of TLDs and their renewal policies, see Domains That You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide. Route 53 requires that you renew before the end of the renewal period so we can complete processing before the deadline.

Usage

route53domains_enable_domain_auto_renew(DomainName)

Arguments

DomainName

[required] The name of the domain that you want to enable automatic renewal for.

Value

An empty list.

Request syntax

svc$enable_domain_auto_renew(
  DomainName = "string"
)