Class CfnBillingGroup
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.core.Construct
software.amazon.awscdk.core.CfnElement
software.amazon.awscdk.core.CfnRefElement
software.amazon.awscdk.core.CfnResource
software.amazon.awscdk.services.billingconductor.CfnBillingGroup
- All Implemented Interfaces:
IConstruct,IDependable,IInspectable,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:55.825Z")
@Stability(Stable)
public class CfnBillingGroup
extends CfnResource
implements IInspectable
A CloudFormation
AWS::BillingConductor::BillingGroup.
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"))
.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();
-
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.core.IConstruct
IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.core.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionCfnBillingGroup(Construct scope, String id, CfnBillingGroupProps props) Create a newAWS::BillingConductor::BillingGroup.protectedCfnBillingGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnBillingGroup(software.amazon.jsii.JsiiObjectRef objRef) -
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.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()AWS::BillingConductor::BillingGroup.Tags.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.Methods inherited from class software.amazon.awscdk.core.CfnResource
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.core.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.core.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.amazon.awscdk.core.Construct
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validateMethods 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.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 Construct scope, @NotNull String id, @NotNull CfnBillingGroupProps props) Create a newAWS::BillingConductor::BillingGroup.- Parameters:
scope-- scope in which this resource is defined.
id-- scoped id of the resource.
props-- resource properties.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector-- tree inspector to collect and process attributes.
-
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. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getTags
AWS::BillingConductor::BillingGroup.Tags. -
getAccountGrouping
The set of accounts that will be under the billing group.The set of accounts resemble the linked accounts in a consolidated family.
-
setAccountGrouping
@Stability(Stable) public void setAccountGrouping(@NotNull CfnBillingGroup.AccountGroupingProperty value) The set of accounts that will be under the billing group.The set of accounts resemble the linked accounts in a consolidated family.
-
setAccountGrouping
The set of accounts that will be under the billing group.The set of accounts resemble the linked accounts in a consolidated family.
-
getComputationPreference
The preferences and settings that will be used to compute the AWS charges for a billing group. -
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.
-