StrongIdArgs

data class StrongIdArgs(val description: Output<Map<String, String>>? = null, val displayName: Output<Map<String, String>>? = null, val keyPropertyNames: Output<List<String>>, val strongIdName: Output<String>) : ConvertibleToJava<StrongIdArgs>

Property/Properties which represent a unique ID.

Constructors

Link copied to clipboard
constructor(description: Output<Map<String, String>>? = null, displayName: Output<Map<String, String>>? = null, keyPropertyNames: Output<List<String>>, strongIdName: Output<String>)

Properties

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

Localized descriptions.

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

Localized display name.

Link copied to clipboard

The properties which make up the unique ID.

Link copied to clipboard
val strongIdName: Output<String>

The Name identifying the strong ID.

Functions

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