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

Network

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

Network configuration properties.

interface Network {
Arn?: string | null;
CreationDate?: Date | number | null;
Description?: string | null;
Framework?: Framework | null;
FrameworkAttributes?: NetworkFrameworkAttributes | null;
FrameworkVersion?: string | null;
Id?: string | null;
Name?: string | null;
Status?: NetworkStatus | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
VotingPolicy?: VotingPolicy | null;
VpcEndpointServiceName?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.

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

The date and time that the network was created.

§
Description?: string | null
[src]

Attributes of the blockchain framework for the network.

§
Framework?: Framework | null
[src]

The blockchain framework that the network uses.

§
FrameworkAttributes?: NetworkFrameworkAttributes | null
[src]

Attributes of the blockchain framework that the network uses.

§
FrameworkVersion?: string | null
[src]

The version of the blockchain framework that the network uses.

§
Id?: string | null
[src]

The unique identifier of the network.

§
Name?: string | null
[src]

The name of the network.

§
Status?: NetworkStatus | null
[src]

The current status of the network.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Tags assigned to the network. Each tag consists of a key and optional value.

For more information about tags, see Tagging Resources in the Amazon Managed Blockchain Ethereum Developer Guide, or Tagging Resources in the Amazon Managed Blockchain Hyperledger Fabric Developer Guide.

§
VotingPolicy?: VotingPolicy | null
[src]

The voting rules for the network to decide if a proposal is accepted.

§
VpcEndpointServiceName?: string | null
[src]

The VPC endpoint service name of the VPC endpoint service of the network. Members use the VPC endpoint service name to create a VPC endpoint to access network resources.