paws.networking (version 0.1.6)

route53domains_check_domain_transferability: Checks whether a domain name can be transferred to Amazon Route 53

Description

Checks whether a domain name can be transferred to Amazon Route 53.

Usage

route53domains_check_domain_transferability(DomainName, AuthCode)

Arguments

DomainName

[required] The name of the domain that you want to transfer to Amazon Route 53.

Constraints: The domain name can contain only the letters a through z, the numbers 0 through 9, and hyphen (-). Internationalized Domain Names are not supported.

AuthCode

If the registrar for the top-level domain (TLD) requires an authorization code to transfer the domain, the code that you got from the current registrar for the domain.

Request syntax

svc$check_domain_transferability(
  DomainName = "string",
  AuthCode = "string"
)