CreateGraphResponse

Types

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

Properties

Link copied to clipboard
val arn: String

The ARN of the graph.

Link copied to clipboard

The build number of the graph software.

Link copied to clipboard

The time when the graph was created.

Link copied to clipboard

A value that indicates whether the graph has deletion protection enabled. The graph can't be deleted when deletion protection is enabled.

Link copied to clipboard

The graph endpoint.

Link copied to clipboard
val id: String

The ID of the graph.

Link copied to clipboard

Specifies the KMS key used to encrypt data in the new graph.

Link copied to clipboard

The graph name. For example: my-graph-1.

Link copied to clipboard

The provisioned memory-optimized Neptune Capacity Units (m-NCUs) to use for the graph.

Link copied to clipboard

Specifies whether or not the graph can be reachable over the internet. All access to graphs is IAM authenticated.

Link copied to clipboard

The number of replicas in other AZs.

Link copied to clipboard

The ID of the source graph.

Link copied to clipboard

The current status of the graph.

Link copied to clipboard

The reason the status was given.

Link copied to clipboard

The vector-search configuration for the graph, which specifies the vector dimension to use in the vector index, if any.

Functions

Link copied to clipboard
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