toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.invoicing.kotlin.inputs
/
InvoiceUnitRuleArgs
Invoice
Unit
Rule
Args
data
class
InvoiceUnitRuleArgs
(
val
linkedAccounts
:
Output
<
List
<
String
>
>
)
:
ConvertibleToJava
<
InvoiceUnitRuleArgs
>
Members
Constructors
Invoice
Unit
Rule
Args
Link copied to clipboard
constructor
(
linkedAccounts
:
Output
<
List
<
String
>
>
)
Properties
linked
Accounts
Link copied to clipboard
val
linkedAccounts
:
Output
<
List
<
String
>
>
The list of
LINKED_ACCOUNT
IDs where charges are included within the invoice unit.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
InvoiceUnitRuleArgs