DomainCertificate

data class DomainCertificate(val certificateArn: String? = null, val certificateType: DomainCertificateCertificateType? = null, val certificateVerificationDnsRecord: String? = null)

Constructors

Link copied to clipboard
constructor(certificateArn: String? = null, certificateType: DomainCertificateCertificateType? = null, certificateVerificationDnsRecord: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificateArn: String? = null

The Amazon resource name (ARN) for a custom certificate that you have already added to AWS Certificate Manager in your AWS account . This field is required only when the certificate type is CUSTOM .

Link copied to clipboard

The type of SSL/TLS certificate that you want to use. Specify AMPLIFY_MANAGED to use the default certificate that Amplify provisions for you. Specify CUSTOM to use your own certificate that you have already added to AWS Certificate Manager in your AWS account . Make sure you request (or import) the certificate in the US East (N. Virginia) Region (us-east-1). For more information about using ACM, see Importing certificates into AWS Certificate Manager in the ACM User guide .

Link copied to clipboard

The DNS record for certificate verification.