| Package | Description |
|---|---|
| software.amazon.awscdk.services.billingconductor |
AWS::BillingConductor Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnBillingGroup.Builder |
CfnBillingGroup.Builder.accountGrouping(CfnBillingGroup.AccountGroupingProperty accountGrouping)
The set of accounts that will be under the billing group.
|
CfnBillingGroup.Builder |
CfnBillingGroup.Builder.accountGrouping(IResolvable accountGrouping)
The set of accounts that will be under the billing group.
|
CfnBillingGroup.Builder |
CfnBillingGroup.Builder.computationPreference(CfnBillingGroup.ComputationPreferenceProperty computationPreference)
The preferences and settings that will be used to compute the AWS charges for a billing group.
|
CfnBillingGroup.Builder |
CfnBillingGroup.Builder.computationPreference(IResolvable computationPreference)
The preferences and settings that will be used to compute the AWS charges for a billing group.
|
static CfnBillingGroup.Builder |
CfnBillingGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnBillingGroup.Builder |
CfnBillingGroup.Builder.description(String description)
The billing group description.
|
CfnBillingGroup.Builder |
CfnBillingGroup.Builder.name(String name)
The billing group's name.
|
CfnBillingGroup.Builder |
CfnBillingGroup.Builder.primaryAccountId(String primaryAccountId)
The account ID that serves as the main account in a billing group.
|
CfnBillingGroup.Builder |
CfnBillingGroup.Builder.tags(List<? extends CfnTag> tags)
`AWS::BillingConductor::BillingGroup.Tags`.
|
Copyright © 2022. All rights reserved.