Class CfnBillingGroup
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.billingconductor.CfnBillingGroup
- All Implemented Interfaces:
IInspectable,IBillingGroupRef,IEnvironmentAware,ITaggable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:00.094Z")
@Stability(Stable)
public class CfnBillingGroup
extends CfnResource
implements IInspectable, IBillingGroupRef, ITaggable
Creates a billing group that resembles a consolidated billing family that AWS charges, based off of the predefined pricing plan computation.
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.*;
CfnBillingGroup cfnBillingGroup = CfnBillingGroup.Builder.create(this, "MyCfnBillingGroup")
.accountGrouping(AccountGroupingProperty.builder()
.linkedAccountIds(List.of("linkedAccountIds"))
// the properties below are optional
.autoAssociate(false)
.build())
.computationPreference(ComputationPreferenceProperty.builder()
.pricingPlanArn("pricingPlanArn")
.build())
.name("name")
.primaryAccountId("primaryAccountId")
// the properties below are optional
.description("description")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe set of accounts that will be under the billing group.static final classA fluent builder forCfnBillingGroup.static interfaceThe preferences and settings that will be used to compute the AWS charges for a billing group.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.billingconductor.IBillingGroupRef
IBillingGroupRef.Jsii$Default, IBillingGroupRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnBillingGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnBillingGroup(software.amazon.jsii.JsiiObjectRef objRef) CfnBillingGroup(software.constructs.Construct scope, String id, CfnBillingGroupProps props) Create a newAWS::BillingConductor::BillingGroup. -
Method Summary
Modifier and TypeMethodDescriptionThe set of accounts that will be under the billing group.The Amazon Resource Name (ARN) of the created billing group.The time the billing group was created.The most recent time the billing group was modified.The number of accounts in the particular billing group.The billing group status.The reason why the billing group is in its current status.A reference to a BillingGroup resource.The preferences and settings that will be used to compute the AWS charges for a billing group.The description of the billing group.getName()The billing group's name.The account ID that serves as the main account in a billing group.getTags()Tag Manager which manages the tags for this resource.A map that contains tag keys and tag values that are attached to a billing group.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetAccountGrouping(IResolvable value) The set of accounts that will be under the billing group.voidThe set of accounts that will be under the billing group.voidThe preferences and settings that will be used to compute the AWS charges for a billing group.voidThe preferences and settings that will be used to compute the AWS charges for a billing group.voidsetDescription(String value) The description of the billing group.voidThe billing group's name.voidsetPrimaryAccountId(String value) The account ID that serves as the main account in a billing group.voidsetTagsRaw(List<CfnTag> value) A map that contains tag keys and tag values that are attached to a billing group.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnBillingGroup
protected CfnBillingGroup(software.amazon.jsii.JsiiObjectRef objRef) -
CfnBillingGroup
protected CfnBillingGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnBillingGroup
@Stability(Stable) public CfnBillingGroup(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnBillingGroupProps props) Create a newAWS::BillingConductor::BillingGroup.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrArn
The Amazon Resource Name (ARN) of the created billing group. -
getAttrCreationTime
The time the billing group was created. -
getAttrLastModifiedTime
The most recent time the billing group was modified. -
getAttrSize
The number of accounts in the particular billing group. -
getAttrStatus
The billing group status.Only one of the valid values can be used.
-
getAttrStatusReason
The reason why the billing group is in its current status. -
getBillingGroupRef
A reference to a BillingGroup resource.- Specified by:
getBillingGroupRefin interfaceIBillingGroupRef
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getAccountGrouping
The set of accounts that will be under the billing group.Returns union: either
IResolvableorCfnBillingGroup.AccountGroupingProperty -
setAccountGrouping
The set of accounts that will be under the billing group. -
setAccountGrouping
@Stability(Stable) public void setAccountGrouping(@NotNull CfnBillingGroup.AccountGroupingProperty value) The set of accounts that will be under the billing group. -
getComputationPreference
The preferences and settings that will be used to compute the AWS charges for a billing group.Returns union: either
IResolvableorCfnBillingGroup.ComputationPreferenceProperty -
setComputationPreference
The preferences and settings that will be used to compute the AWS charges for a billing group. -
setComputationPreference
@Stability(Stable) public void setComputationPreference(@NotNull CfnBillingGroup.ComputationPreferenceProperty value) The preferences and settings that will be used to compute the AWS charges for a billing group. -
getName
The billing group's name. -
setName
The billing group's name. -
getPrimaryAccountId
The account ID that serves as the main account in a billing group. -
setPrimaryAccountId
The account ID that serves as the main account in a billing group. -
getDescription
The description of the billing group. -
setDescription
The description of the billing group. -
getTagsRaw
A map that contains tag keys and tag values that are attached to a billing group. -
setTagsRaw
A map that contains tag keys and tag values that are attached to a billing group.
-