Package-level declarations
Types
Link copied to clipboard
An example resource schema demonstrating some basic constructs and validation rules.
Link copied to clipboard
data class BudgetsActionArgs(val actionThreshold: Output<BudgetsActionActionThresholdArgs>? = null, val actionType: Output<BudgetsActionActionType>? = null, val approvalModel: Output<BudgetsActionApprovalModel>? = null, val budgetName: Output<String>? = null, val definition: Output<BudgetsActionDefinitionArgs>? = null, val executionRoleArn: Output<String>? = null, val notificationType: Output<BudgetsActionNotificationType>? = null, val resourceTags: Output<List<TagArgs>>? = null, val subscribers: Output<List<BudgetsActionSubscriberArgs>>? = null) : ConvertibleToJava<BudgetsActionArgs>
An example resource schema demonstrating some basic constructs and validation rules.
Link copied to clipboard
class BudgetsActionArgsBuilder
Builder for BudgetsActionArgs.
Link copied to clipboard
Link copied to clipboard
Builder for BudgetsAction.
Link copied to clipboard
object BudgetsFunctions
Functions
Link copied to clipboard
suspend fun budgetsAction(name: String, block: suspend BudgetsActionResourceBuilder.() -> Unit): BudgetsAction