DbInstanceCertificateDetails

data class DbInstanceCertificateDetails(val caIdentifier: String? = null, val validTill: String? = null)

The details of the DB instance’s server certificate. For more information, see Using SSL/TLS to encrypt a connection to a DB instance in the Amazon RDS User Guide and Using SSL/TLS to encrypt a connection to a DB cluster in the Amazon Aurora User Guide.

Constructors

Link copied to clipboard
constructor(caIdentifier: String? = null, validTill: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caIdentifier: String? = null

The CA identifier of the CA certificate used for the DB instance's server certificate.

Link copied to clipboard
val validTill: String? = null

The expiration date of the DB instance’s server certificate.