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

DataKeyPairSpec

import type { DataKeyPairSpec } from "https://aws-api.deno.dev/v0.3/services/kms.ts?docs=full";
type DataKeyPairSpec =
| "RSA_2048"
| "RSA_3072"
| "RSA_4096"
| "ECC_NIST_P256"
| "ECC_NIST_P384"
| "ECC_NIST_P521"
| "ECC_SECG_P256K1"

§Type

§
"RSA_2048" | "RSA_3072" | "RSA_4096" | "ECC_NIST_P256" | "ECC_NIST_P384" | "ECC_NIST_P521" | "ECC_SECG_P256K1" | cmnP.UnexpectedEnumValue
[src]