KxEnvironment

The details of a kdb environment.

Types

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

Properties

Link copied to clipboard

The identifier of the availability zones where subnets for the environment are created.

Link copied to clipboard

The unique identifier of the AWS account in which you create the kdb environment.

Link copied to clipboard

The Amazon Resource Name (ARN) of the certificate authority:

Link copied to clipboard

The timestamp at which the kdb environment was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Link copied to clipboard

A list of DNS server name and server IP. This is used to set up Route-53 outbound resolvers.

Link copied to clipboard

A unique identifier for the AWS environment infrastructure account.

Link copied to clipboard

A description of the kdb environment.

Link copied to clipboard

The status of DNS configuration.

Link copied to clipboard

The Amazon Resource Name (ARN) of your kdb environment.

Link copied to clipboard

A unique identifier for the kdb environment.

Link copied to clipboard

Specifies the error message that appears if a flow fails.

Link copied to clipboard

The unique identifier of the KMS key.

Link copied to clipboard
val name: String?

The name of the kdb environment.

Link copied to clipboard

The status of the environment creation.

Link copied to clipboard

The status of the network configuration.

Link copied to clipboard

Specifies the transit gateway and network configuration to connect the kdb environment to an internal network.

Link copied to clipboard

The timestamp at which the kdb environment was modified in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.

Functions

Link copied to clipboard
inline fun copy(block: KxEnvironment.Builder.() -> Unit = {}): KxEnvironment
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