CertificateValidationOptionArgs

data class CertificateValidationOptionArgs(val domainName: Output<String>, val validationDomain: Output<String>) : ConvertibleToJava<CertificateValidationOptionArgs>

Constructors

Link copied to clipboard
constructor(domainName: Output<String>, validationDomain: Output<String>)

Properties

Link copied to clipboard
val domainName: Output<String>

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.

Functions

Link copied to clipboard
open override fun toJava(): CertificateValidationOptionArgs