BudgetsActionScpActionDefinitionArgs

data class BudgetsActionScpActionDefinitionArgs(val policyId: Output<String>, val targetIds: Output<List<String>>) : ConvertibleToJava<BudgetsActionScpActionDefinitionArgs>

Constructors

Link copied to clipboard
constructor(policyId: Output<String>, targetIds: Output<List<String>>)

Properties

Link copied to clipboard
val policyId: Output<String>

The policy ID attached.

Link copied to clipboard
val targetIds: Output<List<String>>

A list of target IDs.

Functions

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