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>