DomainAssociationCertificateSettingsArgs

data class DomainAssociationCertificateSettingsArgs(val certificateVerificationDnsRecord: Output<String>? = null, val customCertificateArn: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<DomainAssociationCertificateSettingsArgs>

Constructors

Link copied to clipboard
constructor(certificateVerificationDnsRecord: Output<String>? = null, customCertificateArn: Output<String>? = null, type: Output<String>)

Properties

Link copied to clipboard

DNS records for certificate verification in a space-delimited format (<record> CNAME <target>).

Link copied to clipboard
val customCertificateArn: Output<String>? = null

The Amazon resource name (ARN) for the custom certificate. Required when type is CUSTOM.

Link copied to clipboard
val type: Output<String>

The certificate type. Valid values are AMPLIFY_MANAGED and CUSTOM.

Functions

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