Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/aws_api/services/kms/structs.ts>CreateKeyRequest

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
interface CreateKeyRequest
import { type CreateKeyRequest } from "https://deno.land/x/aws_api@v0.8.1/services/kms/structs.ts";

Properties

optional
Policy: string | null
optional
Description: string | null
optional
KeyUsage: KeyUsageType | null
optional
CustomerMasterKeySpec: CustomerMasterKeySpec | null
optional
KeySpec: KeySpec | null
optional
Origin: OriginType | null
optional
CustomKeyStoreId: string | null
optional
BypassPolicyLockoutSafetyCheck: boolean | null
optional
Tags: Tag[] | null
optional
MultiRegion: boolean | null