Interface CfnBillingGroup.AccountGroupingProperty

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

@Stability(Stable) public static interface CfnBillingGroup.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.services.billingconductor.*;
 AccountGroupingProperty accountGroupingProperty = AccountGroupingProperty.builder()
         .linkedAccountIds(List.of("linkedAccountIds"))
         // the properties below are optional
         .autoAssociate(false)
         .build();
 

See Also: