ObjectTypeKeyMapArgs

data class ObjectTypeKeyMapArgs(val name: Output<String>? = null, val objectTypeKeyList: Output<List<ObjectTypeKeyArgs>>? = null) : ConvertibleToJava<ObjectTypeKeyMapArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, objectTypeKeyList: Output<List<ObjectTypeKeyArgs>>? = null)

Properties

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

Name of the key.

Link copied to clipboard

A list of ObjectTypeKey.

Functions

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