Resend Validation Email
acm_resend_validation_email | R Documentation |
Resends the email that requests domain ownership validation¶
Description¶
Resends the email that requests domain ownership validation. The domain owner or an authorized representative must approve the ACM certificate before it can be issued. The certificate can be approved by clicking a link in the mail to navigate to the Amazon certificate approval website and then clicking I Approve. However, the validation email can be blocked by spam filters. Therefore, if you do not receive the original mail, you can request that the mail be resent within 72 hours of requesting the ACM certificate. If more than 72 hours have elapsed since your original request or since your last attempt to resend validation mail, you must request a new certificate. For more information about setting up your contact email addresses, see Configure Email for your Domain.
Usage¶
acm_resend_validation_email(CertificateArn, Domain, ValidationDomain)
Arguments¶
CertificateArn |
[required] String that contains the ARN of the requested
certificate. The certificate ARN is generated and returned by the
|
Domain |
[required] The fully qualified domain name (FQDN) of the certificate that needs to be validated. |
ValidationDomain |
[required] The base validation domain that will act as the suffix
of the email addresses that are used to send the emails. This must be
the same as the
|
Value¶
An empty list.
Request syntax¶
svc$resend_validation_email(
CertificateArn = "string",
Domain = "string",
ValidationDomain = "string"
)