getEndpoint

Gets details of a single Endpoint.

Return

null

Parameters

argument

null


suspend fun getEndpoint(endpointId: String, location: String, project: String? = null): GetEndpointResult

Return

null

Parameters

endpointId
location
project

See also


suspend fun getEndpoint(argument: suspend GetEndpointPlainArgsBuilder.() -> Unit): GetEndpointResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.ids.v1.kotlin.inputs.GetEndpointPlainArgs.

See also