route53domains_update_domain_contact {paws.networking} | R Documentation |
This operation updates the contact information for a particular domain
Description
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.
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. |
[Package paws.networking version 0.9.0 Index]