interface RuleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.Invoicing.Mixins.CfnInvoiceUnitPropsMixin.RuleProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsinvoicing/mixins#CfnInvoiceUnitPropsMixin_RuleProperty |
Java | software.amazon.awscdk.mixins.preview.services.invoicing.mixins.CfnInvoiceUnitPropsMixin.RuleProperty |
Python | aws_cdk.mixins_preview.aws_invoicing.mixins.CfnInvoiceUnitPropsMixin.RuleProperty |
TypeScript | @aws-cdk/mixins-preview » aws_invoicing » mixins » CfnInvoiceUnitPropsMixin » 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 { mixins as invoicing_mixins } from '@aws-cdk/mixins-preview/aws-invoicing';
const ruleProperty: invoicing_mixins.CfnInvoiceUnitPropsMixin.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[]
(optional)
The list of LINKED_ACCOUNT IDs where charges are included within the invoice unit.

.NET
Go
Java
Python
TypeScript