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

CreateGrantRequest

import type { CreateGrantRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/kms.ts";
interface CreateGrantRequest {
Constraints?: GrantConstraints | null;
GranteePrincipal: string;
GrantTokens?: string[] | null;
KeyId: string;
Name?: string | null;
Operations: GrantOperation[];
RetiringPrincipal?: string | null;
}

§Properties

§
Constraints?: GrantConstraints | null
[src]
§
GranteePrincipal: string
[src]
§
GrantTokens?: string[] | null
[src]
§
KeyId: string
[src]
§
Name?: string | null
[src]
§
Operations: GrantOperation[]
[src]
§
RetiringPrincipal?: string | null
[src]