Network

class Network

Network configuration properties.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

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

Link copied to clipboard

The date and time that the network was created.

Link copied to clipboard

Attributes of the blockchain framework for the network.

Link copied to clipboard

The blockchain framework that the network uses.

Link copied to clipboard

Attributes of the blockchain framework that the network uses.

Link copied to clipboard

The version of the blockchain framework that the network uses.

Link copied to clipboard
val id: String?

The unique identifier of the network.

Link copied to clipboard
val name: String?

The name of the network.

Link copied to clipboard

The current status of the network.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: Network.Builder.() -> Unit = {}): Network
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String