Package-level declarations

Types

Link copied to clipboard
class Graph : KotlinCustomResource

The aws.neptunegraph.Graph resource creates an Amazon Analytics Graph.

Link copied to clipboard
data class GraphArgs(val deletionProtection: Output<Boolean>? = null, val graphName: Output<String>? = null, val graphNamePrefix: Output<String>? = null, val kmsKeyIdentifier: Output<String>? = null, val provisionedMemory: Output<Int>? = null, val publicConnectivity: Output<Boolean>? = null, val replicaCount: Output<Int>? = null, val tags: Output<Map<String, String>>? = null, val timeouts: Output<GraphTimeoutsArgs>? = null, val vectorSearchConfiguration: Output<GraphVectorSearchConfigurationArgs>? = null) : ConvertibleToJava<GraphArgs>

The aws.neptunegraph.Graph resource creates an Amazon Analytics Graph.

Link copied to clipboard

Builder for GraphArgs.

Link copied to clipboard
object GraphMapper : ResourceMapper<Graph>
Link copied to clipboard

Builder for Graph.

Functions

Link copied to clipboard
fun graph(name: String): Graph
suspend fun graph(name: String, block: suspend GraphResourceBuilder.() -> Unit): Graph