Interface CfnInvoiceUnit.RuleProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnInvoiceUnit.RuleProperty.Jsii$Proxy
- Enclosing class:
CfnInvoiceUnit
@Stability(Stable)
public static interface CfnInvoiceUnit.RuleProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.invoicing.*;
RuleProperty ruleProperty = RuleProperty.builder()
.linkedAccounts(List.of("linkedAccounts"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInvoiceUnit.RulePropertystatic final classAn implementation forCfnInvoiceUnit.RuleProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The list ofLINKED_ACCOUNTIDs where charges are included within the invoice unit.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLinkedAccounts
The list ofLINKED_ACCOUNTIDs where charges are included within the invoice unit.- See Also:
-
builder
-