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

ImportCertificateMessage

import type { ImportCertificateMessage } from "https://aws-api.deno.dev/v0.4/services/dms.ts?docs=full";
interface ImportCertificateMessage {
CertificateIdentifier: string;
CertificatePem?: string | null;
CertificateWallet?: Uint8Array | string | null;
Tags?: Tag[] | null;
}

§Properties

§
CertificateIdentifier: string
[src]

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.

§
CertificatePem?: string | null
[src]

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

§
CertificateWallet?: Uint8Array | string | null
[src]

The location of an imported Oracle Wallet certificate for use with SSL. Provide the name of a .sso file using the fileb:// prefix. You can't provide the certificate inline.

Example: filebase64("${path.root}/rds-ca-2019-root.sso")

§
Tags?: Tag[] | null
[src]

The tags associated with the certificate.