@Stability(value=Stable)
public static interface CfnBillingGroup.AccountGroupingProperty
extends software.amazon.jsii.JsiiSerializable
The set of accounts resemble the linked accounts in a consolidated 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"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBillingGroup.AccountGroupingProperty.Builder
A builder for
CfnBillingGroup.AccountGroupingProperty |
static class |
CfnBillingGroup.AccountGroupingProperty.Jsii$Proxy
An implementation for
CfnBillingGroup.AccountGroupingProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBillingGroup.AccountGroupingProperty.Builder |
builder() |
List<String> |
getLinkedAccountIds()
The account IDs that make up the billing group.
|
@Stability(value=Stable) @NotNull List<String> getLinkedAccountIds()
Account IDs must be a part of the consolidated billing family, and not associated with another billing group.
@Stability(value=Stable) static CfnBillingGroup.AccountGroupingProperty.Builder builder()
Copyright © 2022. All rights reserved.