getInstance

Gets the details for an Apigee runtime instance. Note: Not supported for Apigee hybrid.

Return

null

Parameters

argument

null


suspend fun getInstance(instanceId: String, organizationId: String): GetInstanceResult

Return

null

Parameters

instanceId
organizationId

See also


suspend fun getInstance(argument: suspend GetInstancePlainArgsBuilder.() -> Unit): GetInstanceResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.apigee.v1.kotlin.inputs.GetInstancePlainArgs.

See also