GetEncodeResult

data class GetEncodeResult(val batchInputs: List<Map<String, String>>? = null, val batchResults: List<Map<String, String>>, val encodedValue: String, val id: String, val namespace: String? = null, val path: String, val roleName: String, val transformation: String? = null, val tweak: String? = null, val value: String? = null)

A collection of values returned by getEncode.

Constructors

Link copied to clipboard
constructor(batchInputs: List<Map<String, String>>? = null, batchResults: List<Map<String, String>>, encodedValue: String, id: String, namespace: String? = null, path: String, roleName: String, transformation: String? = null, tweak: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val batchInputs: List<Map<String, String>>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
val namespace: String? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val transformation: String? = null
Link copied to clipboard
val tweak: String? = null
Link copied to clipboard
val value: String? = null