GraphSummary

Summary details about a graph.

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN associated with the graph.

Link copied to clipboard

If true, deletion protection is enabled for the graph.

Link copied to clipboard

The graph endpoint.

Link copied to clipboard
val id: String

The unique identifier of the graph.

Link copied to clipboard

The ID of the KMS key used to encrypt and decrypt graph data.

Link copied to clipboard

The name of the graph.

Link copied to clipboard

The number of memory-optimized Neptune Capacity Units (m-NCUs) allocated to the graph.

Link copied to clipboard

If true, the graph has a public endpoint, otherwise not.

Link copied to clipboard

The number of replicas for the graph.

Link copied to clipboard

The status of the graph.

Functions

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