Supplemental Groups Strategy Options Patch Args
data class SupplementalGroupsStrategyOptionsPatchArgs(val ranges: Output<List<IDRangePatchArgs>>? = null, val rule: Output<String>? = null) : ConvertibleToJava<SupplementalGroupsStrategyOptionsPatchArgs>
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
Constructors
Link copied to clipboard
fun SupplementalGroupsStrategyOptionsPatchArgs(ranges: Output<List<IDRangePatchArgs>>? = null, rule: Output<String>? = null)