get Private Graph Endpoint
suspend fun getPrivateGraphEndpoint(argument: GetPrivateGraphEndpointPlainArgs): GetPrivateGraphEndpointResult
The AWS::NeptuneGraph::PrivateGraphEndpoint resource creates an Amazon NeptuneGraph PrivateGraphEndpoint.
Return
null
Parameters
argument
null
suspend fun getPrivateGraphEndpoint(privateGraphEndpointIdentifier: String): GetPrivateGraphEndpointResult
Return
null
Parameters
private Graph Endpoint Identifier
PrivateGraphEndpoint resource identifier generated by concatenating the associated GraphIdentifier and VpcId with an underscore separator. For example, if GraphIdentifier is g-12a3bcdef4
and VpcId is vpc-0a12bc34567de8f90
, the generated PrivateGraphEndpointIdentifier will be g-12a3bcdef4_vpc-0a12bc34567de8f90
See also
suspend fun getPrivateGraphEndpoint(argument: suspend GetPrivateGraphEndpointPlainArgsBuilder.() -> Unit): GetPrivateGraphEndpointResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.neptunegraph.kotlin.inputs.GetPrivateGraphEndpointPlainArgs.