GetBudgetsActionResult

data class GetBudgetsActionResult(val actionId: String? = null, val actionThreshold: BudgetsActionActionThreshold? = null, val approvalModel: BudgetsActionApprovalModel? = null, val definition: BudgetsActionDefinition? = null, val executionRoleArn: String? = null, val notificationType: BudgetsActionNotificationType? = null, val resourceTags: List<Tag>? = null, val subscribers: List<BudgetsActionSubscriber>? = null)

Constructors

Link copied to clipboard
constructor(actionId: String? = null, actionThreshold: BudgetsActionActionThreshold? = null, approvalModel: BudgetsActionApprovalModel? = null, definition: BudgetsActionDefinition? = null, executionRoleArn: String? = null, notificationType: BudgetsActionNotificationType? = null, resourceTags: List<Tag>? = null, subscribers: List<BudgetsActionSubscriber>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val actionId: String? = null

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

Link copied to clipboard

The trigger threshold of the action.

Link copied to clipboard

This specifies if the action needs manual or automatic approval.

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

The type of a notification.

Link copied to clipboard
val resourceTags: List<Tag>? = 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.