Certificate Validation Option Args
data class CertificateValidationOptionArgs(val domainName: Output<String>, val validationDomain: Output<String>) : ConvertibleToJava<CertificateValidationOptionArgs>
Properties
Link copied to clipboard
Fully qualified domain name (FQDN) in the certificate.
Link copied to clipboard
Domain name that you want ACM to use to send you validation emails. This domain name is the suffix of the email addresses that you want ACM to use. This must be the same as the domain_name
value or a superdomain of the domain_name
value. For example, if you request a certificate for "testing.example.com"
, you can specify "example.com"
for this value.