Certificate

The SSL certificate that can be used to encrypt connections between the endpoints and the replication instance.

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 date that the certificate was created.

Link copied to clipboard

A customer-assigned name for the certificate. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen or contain two consecutive hyphens.

Link copied to clipboard

The owner of the certificate.

Link copied to clipboard

The contents of a .pem file, which contains an X.509 certificate.

Link copied to clipboard

The location of an imported Oracle Wallet certificate for use with SSL. Example: filebase64("${path.root}/rds-ca-2019-root.sso")

Link copied to clipboard

The key length of the cryptographic algorithm being used.

Link copied to clipboard

The signing algorithm for the certificate.

Link copied to clipboard

The beginning date that the certificate is valid.

Link copied to clipboard

The final date that the certificate is 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