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

GrantAccessRequest

import type { GrantAccessRequest } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";
interface GrantAccessRequest {
InstanceId: string;
ValidForInMinutes?: number | null;
}

§Properties

§
InstanceId: string
[src]

The instance's AWS OpsWorks Stacks ID.

§
ValidForInMinutes?: number | null
[src]

The length of time (in minutes) that the grant is valid. When the grant expires at the end of this period, the user will no longer be able to use the credentials to log in. If the user is logged in at the time, he or she automatically will be logged out.