pivots

@JvmName(name = "acsyvrgfamdltflw")
suspend fun pivots(value: Output<List<SubscriptionCostManagementViewPivotArgs>>)
@JvmName(name = "cdheinkdeeklkjcg")
suspend fun pivots(value: List<SubscriptionCostManagementViewPivotArgs>?)

Parameters

value

One or more pivot blocks as defined below, containing the configuration of 3 sub-views in the Cost Analysis UI. Non table views should have three pivots.


@JvmName(name = "tyuyhlwxmjxdorjd")
suspend fun pivots(vararg values: Output<SubscriptionCostManagementViewPivotArgs>)


@JvmName(name = "gkwuhpkhutkyddjb")
suspend fun pivots(values: List<Output<SubscriptionCostManagementViewPivotArgs>>)
@JvmName(name = "yxjliexalknracqo")
suspend fun pivots(vararg values: SubscriptionCostManagementViewPivotArgs)

Parameters

values

One or more pivot blocks as defined below, containing the configuration of 3 sub-views in the Cost Analysis UI. Non table views should have three pivots.


@JvmName(name = "aorjiqpasntknyum")
suspend fun pivots(argument: List<suspend SubscriptionCostManagementViewPivotArgsBuilder.() -> Unit>)
@JvmName(name = "xodpphcadnvutqbk")
suspend fun pivots(vararg argument: suspend SubscriptionCostManagementViewPivotArgsBuilder.() -> Unit)
@JvmName(name = "ikupmbiojsdrwbgm")
suspend fun pivots(argument: suspend SubscriptionCostManagementViewPivotArgsBuilder.() -> Unit)

Parameters

argument

One or more pivot blocks as defined below, containing the configuration of 3 sub-views in the Cost Analysis UI. Non table views should have three pivots.