interface RuleProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_invoicing.CfnInvoiceUnit.RuleProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsinvoicing#CfnInvoiceUnit_RuleProperty |
![]() | software.amazon.awscdk.services.invoicing.CfnInvoiceUnit.RuleProperty |
![]() | aws_cdk.aws_invoicing.CfnInvoiceUnit.RuleProperty |
![]() | 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.