toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
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
)
Members
Constructors
Cost
Category
Split
Charge
Rule
Parameter
Link copied to clipboard
constructor
(
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.