Autoscale Setting Profile Args
data class AutoscaleSettingProfileArgs(val capacity: Output<AutoscaleSettingProfileCapacityArgs>, val fixedDate: Output<AutoscaleSettingProfileFixedDateArgs>? = null, val name: Output<String>, val recurrence: Output<AutoscaleSettingProfileRecurrenceArgs>? = null, val rules: Output<List<AutoscaleSettingProfileRuleArgs>>? = null) : ConvertibleToJava<AutoscaleSettingProfileArgs>
Constructors
Link copied to clipboard
fun AutoscaleSettingProfileArgs(capacity: Output<AutoscaleSettingProfileCapacityArgs>, fixedDate: Output<AutoscaleSettingProfileFixedDateArgs>? = null, name: Output<String>, recurrence: Output<AutoscaleSettingProfileRecurrenceArgs>? = null, rules: Output<List<AutoscaleSettingProfileRuleArgs>>? = null)