@Stability(value=Stable)
public static interface CfnBillingGroup.AccountGroupingProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnBillingGroup.AccountGroupingProperty.LinkedAccountIds`.
|
@Stability(value=Stable) @NotNull List<String> getLinkedAccountIds()
@Stability(value=Stable) static CfnBillingGroup.AccountGroupingProperty.Builder builder()
Copyright © 2022. All rights reserved.