Certificate

A CA certificate for an Amazon Web Services account.

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) for the certificate.

Link copied to clipboard

The unique key that identifies a certificate.

Link copied to clipboard

The type of the certificate.

Link copied to clipboard

Indicates whether there is an override for the default certificate identifier.

Link copied to clipboard

If there is an override for the default certificate identifier, when the override expires.

Link copied to clipboard

The thumbprint of the certificate.

Link copied to clipboard

The starting date from which the certificate is valid.

Link copied to clipboard

The final date that the certificate continues to be valid.

Functions

Link copied to clipboard
inline fun copy(block: Certificate.Builder.() -> Unit = {}): Certificate
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String