getEntity

Gets a single entity row matching the entity type and entity id specified in the request.

Return

null

Parameters

argument

null


suspend fun getEntity(connectionId: String, entityId: String, entityTypeId: String, location: String, project: String? = null): GetEntityResult

Return

null

Parameters

connectionId
entityId
entityTypeId
location
project

See also


suspend fun getEntity(argument: suspend GetEntityPlainArgsBuilder.() -> Unit): GetEntityResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.connectors.v2.kotlin.inputs.GetEntityPlainArgs.

See also