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

NetworkResource

import type { NetworkResource } from "https://aws-api.deno.dev/v0.4/services/privatenetworks.ts?docs=full";

Information about a network resource.

interface NetworkResource {
attributes?: NameValuePair[] | null;
createdAt?: Date | number | null;
description?: string | null;
health?: HealthStatus | null;
model?: string | null;
networkArn?: string | null;
networkResourceArn?: string | null;
networkSiteArn?: string | null;
orderArn?: string | null;
position?: Position | null;
returnInformation?: ReturnInformation | null;
serialNumber?: string | null;
status?: NetworkResourceStatus | null;
statusReason?: string | null;
type?: NetworkResourceType | null;
vendor?: string | null;
}

§Properties

§
attributes?: NameValuePair[] | null
[src]

The attributes of the network resource.

§
createdAt?: Date | number | null
[src]

The creation time of the network resource.

§
description?: string | null
[src]

The description of the network resource.

§
health?: HealthStatus | null
[src]

The health of the network resource.

§
model?: string | null
[src]

The model of the network resource.

§
networkArn?: string | null
[src]

The Amazon Resource Name (ARN) of the network on which this network resource appears.

§
networkResourceArn?: string | null
[src]

The Amazon Resource Name (ARN) of the network resource.

§
networkSiteArn?: string | null
[src]

The Amazon Resource Name (ARN) of the network site on which this network resource appears.

§
orderArn?: string | null
[src]

The Amazon Resource Name (ARN) of the order used to purchase this network resource.

§
position?: Position | null
[src]

The position of the network resource.

§
returnInformation?: ReturnInformation | null
[src]

Information about a request to return the network resource.

§
serialNumber?: string | null
[src]

The serial number of the network resource.

§

The status of the network resource.

§
statusReason?: string | null
[src]

The status reason of the network resource.

§

The type of the network resource.

§
vendor?: string | null
[src]

The vendor of the network resource.