UsageProfileConfigurationObjectArgs

data class UsageProfileConfigurationObjectArgs(val allowedValues: Output<List<String>>? = null, val defaultValue: Output<String>? = null, val maxValue: Output<String>? = null, val minValue: Output<String>? = null) : ConvertibleToJava<UsageProfileConfigurationObjectArgs>

Constructors

Link copied to clipboard
constructor(allowedValues: Output<List<String>>? = null, defaultValue: Output<String>? = null, maxValue: Output<String>? = null, minValue: Output<String>? = null)

Properties

Link copied to clipboard
val allowedValues: Output<List<String>>? = null
Link copied to clipboard
val defaultValue: Output<String>? = null
Link copied to clipboard
val maxValue: Output<String>? = null
Link copied to clipboard
val minValue: Output<String>? = null

Functions

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