This operation updates the contact information for a particular domain
Source:R/route53domains_operations.R
route53domains_update_domain_contact.RdThis 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.
Usage
route53domains_update_domain_contact(
DomainName,
AdminContact = NULL,
RegistrantContact = NULL,
TechContact = NULL,
Consent = NULL,
BillingContact = NULL
)Arguments
- 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.