toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.budgets.kotlin.inputs
/
BudgetCostFilterArgs
Budget
Cost
Filter
Args
data
class
BudgetCostFilterArgs
(
val
name
:
Output
<
String
>
,
val
values
:
Output
<
List
<
String
>
>
)
:
ConvertibleToJava
<
BudgetCostFilterArgs
>
Members
Constructors
Budget
Cost
Filter
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
,
values
:
Output
<
List
<
String
>
>
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of a budget. Unique within accounts.
values
Link copied to clipboard
val
values
:
Output
<
List
<
String
>
>
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BudgetCostFilterArgs