Key Group Config Args
data class KeyGroupConfigArgs(val comment: Output<String>? = null, val items: Output<List<String>>, val name: Output<String>) : ConvertibleToJava<KeyGroupConfigArgs>
Constructors
Link copied to clipboard
fun KeyGroupConfigArgs(comment: Output<String>? = null, items: Output<List<String>>, name: Output<String>)