View source: R/route53domains_operations.R
route53domains_update_domain_contact | R Documentation |
This operation updates the contact information for a particular domain. You must specify information for at least one contact: registrant, administrator, or technical.
See https://www.paws-r-sdk.com/docs/route53domains_update_domain_contact/ for full documentation.
route53domains_update_domain_contact(
DomainName,
AdminContact = NULL,
RegistrantContact = NULL,
TechContact = NULL,
Consent = NULL,
BillingContact = NULL
)
DomainName |
[required] The name of the domain that you want to update contact information for. |
AdminContact |
Provides detailed contact information. |
RegistrantContact |
Provides detailed contact information. |
TechContact |
Provides detailed contact information. |
Consent |
Customer's consent for the owner change request. Required if the domain is not free (consent price is more than $0.00). |
BillingContact |
Provides detailed contact information. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.