View source: R/route53domains_operations.R
route53domains_renew_domain | R Documentation |
This operation renews a domain for the specified number of years. The cost of renewing your domain is billed to your Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/route53domains_renew_domain/ for full documentation.
route53domains_renew_domain(
DomainName,
DurationInYears = NULL,
CurrentExpiryYear
)
DomainName |
[required] The name of the domain that you want to renew. |
DurationInYears |
The number of years that you want to renew the domain for. The maximum number of years depends on the top-level domain. For the range of valid values for your domain, see Domains that You Can Register with Amazon Route 53 in the Amazon Route 53 Developer Guide. Default: 1 |
CurrentExpiryYear |
[required] The year when the registration for the domain is set to expire. This value must match the current expiration date for the domain. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.