EnvironmentEntryArgs

data class EnvironmentEntryArgs(val environmentId: Output<String>? = null, val keyvaluemapId: Output<String>? = null, val name: Output<String>? = null, val organizationId: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<EnvironmentEntryArgs>

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

Constructors

Link copied to clipboard
fun EnvironmentEntryArgs(environmentId: Output<String>? = null, keyvaluemapId: Output<String>? = null, name: Output<String>? = null, organizationId: Output<String>? = null, value: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EnvironmentEntryArgs

Properties

Link copied to clipboard
val environmentId: Output<String>? = null
Link copied to clipboard
val keyvaluemapId: Output<String>? = null
Link copied to clipboard
val name: Output<String>? = null

Resource URI that can be used to identify the scope of the key value map entries.

Link copied to clipboard
val organizationId: Output<String>? = null
Link copied to clipboard
val value: Output<String>? = null

Data or payload that is being retrieved and associated with the unique key.