route53domains_renew_domain: This operation renews a domain for the specified number of...

View source: R/route53domains_operations.R

route53domains_renew_domainR 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.