Learn R Programming

paws.networking (version 0.1.10)

route53domains_accept_domain_transfer_from_another_aws_account: Accepts the transfer of a domain from another AWS account to the current AWS account

Description

Accepts the transfer of a domain from another AWS account to the current AWS account. You initiate a transfer between AWS accounts using TransferDomainToAnotherAwsAccount.

Use either ListOperations or GetOperationDetail to determine whether the operation succeeded. GetOperationDetail provides additional information, for example, Domain Transfer from Aws Account 111122223333 has been cancelled.

Usage

route53domains_accept_domain_transfer_from_another_aws_account(
  DomainName, Password)

Arguments

DomainName

[required] The name of the domain that was specified when another AWS account submitted a TransferDomainToAnotherAwsAccount request.

Password

[required] The password that was returned by the TransferDomainToAnotherAwsAccount request.

Request syntax

svc$accept_domain_transfer_from_another_aws_account(
  DomainName = "string",
  Password = "string"
)