getGraph

suspend fun getGraph(argument: GetGraphPlainArgs): GetGraphResult

The AWS::NeptuneGraph::Graph resource creates an Amazon NeptuneGraph Graph.

Return

null

Parameters

argument

null


suspend fun getGraph(graphId: String): GetGraphResult

Return

null

Parameters

graphId

The auto-generated id assigned by the service.

See also


suspend fun getGraph(argument: suspend GetGraphPlainArgsBuilder.() -> Unit): GetGraphResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.neptunegraph.kotlin.inputs.GetGraphPlainArgs.

See also