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

Grant

import type { Grant } from "https://aws-api.deno.dev/v0.3/services/licensemanager.ts?docs=full";

Describes a grant.

interface Grant {
GrantArn: string;
GrantedOperations: AllowedOperation[];
GranteePrincipalArn: string;
GrantName: string;
GrantStatus: GrantStatus;
HomeRegion: string;
LicenseArn: string;
ParentArn: string;
StatusReason?: string | null;
Version: string;
}

§Properties

§
GrantArn: string
[src]

Amazon Resource Name (ARN) of the grant.

§
GrantedOperations: AllowedOperation[]
[src]

Granted operations.

§
GranteePrincipalArn: string
[src]

The grantee principal ARN.

§
GrantName: string
[src]

Grant name.

§
GrantStatus: GrantStatus
[src]

Grant status.

§
HomeRegion: string
[src]

Home Region of the grant.

§
LicenseArn: string
[src]

License ARN.

§
ParentArn: string
[src]

Parent ARN.

§
StatusReason?: string | null
[src]

Grant status reason.

§
Version: string
[src]

Grant version.