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

KeySpec

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

§Type

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