BudgetsAction

class BudgetsAction : KotlinCustomResource

An example resource schema demonstrating some basic constructs and validation rules.

Properties

Link copied to clipboard
val actionId: Output<String>

A system-generated universally unique identifier (UUID) for the action.

Link copied to clipboard

The trigger threshold of the action.

Link copied to clipboard

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>

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

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The type of a notification.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val resourceTags: Output<List<Tag>>?

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.

Link copied to clipboard
val urn: Output<String>