ProfileEnumValidValuesFormatArgs

data class ProfileEnumValidValuesFormatArgs(val localizedValueNames: Output<Map<String, String>>? = null, val value: Output<Int>? = null) : ConvertibleToJava<ProfileEnumValidValuesFormatArgs>

Valid enum values in case of an enum property.

Constructors

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

Properties

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

Localized names of the enum member.

Link copied to clipboard
val value: Output<Int>? = null

The integer value of the enum member.

Functions

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