route53domains_renew_domain {paws.networking} | R Documentation |
This operation renews a domain for the specified number of years
Description
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.
Usage
route53domains_renew_domain(
DomainName,
DurationInYears = NULL,
CurrentExpiryYear
)
Arguments
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. |
[Package paws.networking version 0.7.0 Index]