Skip to main content
Module

x/aws_api/services/kms/mod.ts>CreateGrantRequest

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

Properties

KeyId: string
GranteePrincipal: string
optional
RetiringPrincipal: string | null
Operations: GrantOperation[]
optional
Constraints: GrantConstraints | null
optional
GrantTokens: string[] | null
optional
Name: string | null