getEntry

suspend fun getEntry(argument: GetEntryPlainArgs): GetEntryResult

Gets an entry.

Return

null

Parameters

argument

null


suspend fun getEntry(entryGroupId: String, entryId: String, location: String, project: String? = null): GetEntryResult

Return

null

Parameters

entryGroupId
entryId
location
project

See also


suspend fun getEntry(argument: suspend GetEntryPlainArgsBuilder.() -> Unit): GetEntryResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.datacatalog.v1.kotlin.inputs.GetEntryPlainArgs.

See also