pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.costexplorer.kotlin.outputs
/
CostCategorySplitChargeRuleParameter
Cost
Category
Split
Charge
Rule
Parameter
data
class
CostCategorySplitChargeRuleParameter
(
val
type
:
String
?
=
null
,
val
values
:
List
<
String
>
?
=
null
)
Types
Constructors
Properties
Constructors
Cost
Category
Split
Charge
Rule
Parameter
Link copied to clipboard
fun
CostCategorySplitChargeRuleParameter
(
type
:
String
?
=
null
,
values
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
type
Link copied to clipboard
val
type
:
String
?
=
null
Parameter type.
values
Link copied to clipboard
val
values
:
List
<
String
>
?
=
null
Parameter values.