interface RuleProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Invoicing.CfnInvoiceUnitPropsMixin.RuleProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsinvoicing#CfnInvoiceUnitPropsMixin_RuleProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.invoicing.CfnInvoiceUnitPropsMixin.RuleProperty |
Python | aws_cdk.cfn_property_mixins.aws_invoicing.CfnInvoiceUnitPropsMixin.RuleProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_invoicing » 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 { aws_invoicing as invoicing } from '@aws-cdk/cfn-property-mixins';
const ruleProperty: invoicing.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