BudgetsActionArgs

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.

Constructors

Link copied to clipboard
constructor(actionThreshold: Output<BudgetsActionActionThresholdArgs>? = null, actionType: Output<BudgetsActionActionType>? = null, approvalModel: Output<BudgetsActionApprovalModel>? = null, budgetName: Output<String>? = null, definition: Output<BudgetsActionDefinitionArgs>? = null, executionRoleArn: Output<String>? = null, notificationType: Output<BudgetsActionNotificationType>? = null, resourceTags: Output<List<TagArgs>>? = null, subscribers: Output<List<BudgetsActionSubscriberArgs>>? = null)

Properties

Link copied to clipboard

The trigger threshold of the action.

Link copied to clipboard
val actionType: Output<BudgetsActionActionType>? = null

The type of action. This defines the type of tasks that can be carried out by this action. This field also determines the format for definition.

Link copied to clipboard

This specifies if the action needs manual or automatic approval.

Link copied to clipboard
val budgetName: Output<String>? = null

A string that represents the budget name. ":" and "\" characters aren't allowed.

Link copied to clipboard

Specifies all of the type-specific parameters.

Link copied to clipboard
val executionRoleArn: Output<String>? = null

The role passed for action execution and reversion. Roles and actions must be in the same account.

Link copied to clipboard

The type of a notification.

Link copied to clipboard
val resourceTags: Output<List<TagArgs>>? = null

An optional list of tags to associate with the specified budget action. Each tag consists of a key and a value, and each key must be unique for the resource.

Link copied to clipboard

A list of subscribers.

Functions

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