CustomKeysArgs

data class CustomKeysArgs(val keys: Output<Map<String, String>>? = null) : ConvertibleToJava<CustomKeysArgs>

Custom Keys credential object

Constructors

Link copied to clipboard
constructor(keys: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val keys: Output<Map<String, String>>? = null

Functions

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