toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.budgets.kotlin.outputs
/
BudgetsActionActionThreshold
Budgets
Action
Action
Threshold
data
class
BudgetsActionActionThreshold
(
val
type
:
BudgetsActionActionThresholdType
,
val
value
:
Double
)
Members
Constructors
Budgets
Action
Action
Threshold
Link copied to clipboard
constructor
(
type
:
BudgetsActionActionThresholdType
,
value
:
Double
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
type
Link copied to clipboard
val
type
:
BudgetsActionActionThresholdType
The type of threshold for a notification.
value
Link copied to clipboard
val
value
:
Double
The threshold of a notification.