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

InstanceCredentials

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

Set of credentials required to remotely access a fleet instance. Access credentials are requested by calling "GetInstanceAccess" and returned in an "InstanceAccess" object.

interface InstanceCredentials {
Secret?: string | null;
UserName?: string | null;
}

§Properties

§
Secret?: string | null
[src]

Secret string. For Windows instances, the secret is a password for use with Windows Remote Desktop. For Linux instances, it is a private key (which must be saved as a .pem file) for use with SSH.

§
UserName?: string | null
[src]

User login string.