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

ModifyCertificatesMessage

import type { ModifyCertificatesMessage } from "https://aws-api.deno.dev/v0.4/services/rds.ts?docs=full";
interface ModifyCertificatesMessage {
CertificateIdentifier?: string | null;
RemoveCustomerOverride?: boolean | null;
}

§Properties

§
CertificateIdentifier?: string | null
[src]

The new default certificate identifier to override the current one with.

To determine the valid values, use the describe-certificates CLI command or the DescribeCertificates API operation.

§
RemoveCustomerOverride?: boolean | null
[src]

A value that indicates whether to remove the override for the default certificate. If the override is removed, the default certificate is the system default.