interface RuleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.aws_invoicing.CfnInvoiceUnit.RuleProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsinvoicing#CfnInvoiceUnit_RuleProperty |
Java | software.amazon.awscdk.services.invoicing.CfnInvoiceUnit.RuleProperty |
Python | aws_cdk.aws_invoicing.CfnInvoiceUnit.RuleProperty |
TypeScript | aws-cdk-lib » aws_invoicing » CfnInvoiceUnit » RuleProperty |
The InvoiceUnitRule object used to update invoice units.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_invoicing as invoicing } from 'aws-cdk-lib';
const ruleProperty: invoicing.CfnInvoiceUnit.RuleProperty = {
linkedAccounts: ['linkedAccounts'],
};
Properties
| Name | Type | Description |
|---|---|---|
| linked | string[] | The list of LINKED_ACCOUNT IDs where charges are included within the invoice unit. |
linkedAccounts
Type:
string[]
The list of LINKED_ACCOUNT IDs where charges are included within the invoice unit.

.NET
Go
Java
Python
TypeScript