getEntry

suspend fun getEntry(argument: GetEntryPlainArgs): GetEntryResult

Get the key value entry value for a key value map scoped to an organization, environment, or API proxy. Note: Supported for Apigee hybrid 1.8.x and higher.

Return

null

Parameters

argument

null


suspend fun getEntry(apiId: String, entryId: String, keyvaluemapId: String, organizationId: String): GetEntryResult

Return

null

See also

Parameters

apiId
entryId
keyvaluemapId
organizationId

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

Return

null

See also

Parameters

argument

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