pulumi-aws-kotlin
6.6.1.0
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
>
Constructors
Functions
Properties
Constructors
Budget
Cost
Filter
Args
Link copied to clipboard
fun
BudgetCostFilterArgs
(
name
:
Output
<
String
>
,
values
:
Output
<
List
<
String
>
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
BudgetCostFilterArgs
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
>
>