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

GetComputeAccessOutput

import type { GetComputeAccessOutput } from "https://aws-api.deno.dev/v0.4/services/gamelift.ts?docs=full";
interface GetComputeAccessOutput {
ComputeArn?: string | null;
ComputeName?: string | null;
Credentials?: AwsCredentials | null;
FleetArn?: string | null;
FleetId?: string | null;
}

§Properties

§
ComputeArn?: string | null
[src]

The Amazon Resource Name (ARN) that is assigned to a GameLift compute resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::compute/compute-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.

§
ComputeName?: string | null
[src]

The name of the compute resource you requested credentials for.

§
Credentials?: AwsCredentials | null
[src]

The access credentials for the compute resource.

§
FleetArn?: string | null
[src]

The Amazon Resource Name (ARN) that is assigned to a GameLift fleet resource and uniquely identifies it. ARNs are unique across all Regions. Format is arn:aws:gamelift:<region>::fleet/fleet-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.

§
FleetId?: string | null
[src]

The fleet ID of compute resource.