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

RegisterComputeInput

import type { RegisterComputeInput } from "https://aws-api.deno.dev/v0.4/services/gamelift.ts?docs=full";
interface RegisterComputeInput {
CertificatePath?: string | null;
ComputeName: string;
DnsName?: string | null;
FleetId: string;
IpAddress?: string | null;
Location?: string | null;
}

§Properties

§
CertificatePath?: string | null
[src]

The path to the TLS certificate on your compute resource. The path and certificate are not validated by GameLift.

§
ComputeName: string
[src]

A descriptive label that is associated with the compute resource registered to your fleet.

§
DnsName?: string | null
[src]

The DNS name of the compute resource. GameLift requires the DNS name or IP address to manage your compute resource.

§
FleetId: string
[src]

A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN value.

§
IpAddress?: string | null
[src]

The IP address of the compute resource. GameLift requires the DNS name or IP address to manage your compute resource.

§
Location?: string | null
[src]

The name of the custom location you added to the fleet you are registering this compute resource to.