Entry Args
data class EntryArgs(val apiId: Output<String>? = null, val keyvaluemapId: Output<String>? = null, val name: Output<String>? = null, val organizationId: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<EntryArgs>
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.