Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CertificateDetails

import type { CertificateDetails } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";

Returns 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.

interface CertificateDetails {
CAIdentifier?: string | null;
ValidTill?: Date | number | null;
}

§Properties

§
CAIdentifier?: string | null
[src]

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

§
ValidTill?: Date | number | null
[src]

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