Interface CfnBillingGroupPropsMixin.AccountGroupingProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBillingGroupPropsMixin.AccountGroupingProperty.Jsii$Proxy
Enclosing class:
CfnBillingGroupPropsMixin

@Stability(Stable) public static interface CfnBillingGroupPropsMixin.AccountGroupingProperty extends software.amazon.jsii.JsiiSerializable
The set of accounts that will be under the billing group.

The set of accounts resemble the linked accounts in a consolidated billing family.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.billingconductor.*;
 AccountGroupingProperty accountGroupingProperty = AccountGroupingProperty.builder()
         .autoAssociate(false)
         .linkedAccountIds(List.of("linkedAccountIds"))
         .responsibilityTransferArn("responsibilityTransferArn")
         .build();
 

See Also: