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.deno.dev/v0.3/services/licensemanager.ts?docs=full";
interface CreateGrantRequest {
AllowedOperations: AllowedOperation[];
ClientToken: string;
GrantName: string;
HomeRegion: string;
LicenseArn: string;
Principals: string[];
}

§Properties

§
AllowedOperations: AllowedOperation[]
[src]

Allowed operations for the grant.

§
ClientToken: string
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
GrantName: string
[src]

Grant name.

§
HomeRegion: string
[src]

Home Region of the grant.

§
LicenseArn: string
[src]

Amazon Resource Name (ARN) of the license.

§
Principals: string[]
[src]

The grant principals.