AWS Fundamentals Logo
AWS Fundamentals
AWS::BillingConductor::BillingGroup

BillingConductor BillingGroup

A billing group is a set of linked account which belong to the same end customer. It can be seen as a virtual consolidated billing family.

Properties

6 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
AccountGrouping
AccountGrouping
Required
ComputationPreference
ComputationPreference
Required
Name
string
Required
Description
string
PrimaryAccountId
string
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringBilling Group ARN
CreationTimeintegerCreation timestamp in UNIX epoch time format
LastModifiedTimeintegerLatest modified timestamp in UNIX epoch time format
SizeintegerNumber of accounts in the billing group
Statusstring-
StatusReasonstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::BillingConductor::BillingGroup

Resources:
  MyResource:
    Type: AWS::BillingConductor::BillingGroup
    Properties:
      Name: "my-name"
      AccountGrouping: "value"
      ComputationPreference: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

billingconductor:CreateBillingGroupbillingconductor:AssociateAccountsbillingconductor:ListBillingGroupsbillingconductor:TagResourcebillingconductor:ListTagsForResourceorganizations:DescribeResponsibilityTransfer

read

billingconductor:ListBillingGroupsbillingconductor:ListAccountAssociationsorganizations:ListAccountsbillingconductor:ListTagsForResource

list

billingconductor:ListBillingGroupsbillingconductor:ListAccountAssociationsorganizations:ListAccountsbillingconductor:ListTagsForResource

update

billingconductor:UpdateBillingGroupbillingconductor:ListAccountAssociationsorganizations:ListAccountsbillingconductor:AssociateAccountsbillingconductor:DisassociateAccountsbillingconductor:ListBillingGroupsbillingconductor:TagResourcebillingconductor:UntagResource

delete

billingconductor:DeleteBillingGroupbillingconductor:ListBillingGroupsbillingconductor:UntagResourcebillingconductor:UpdateBillingGroup

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceBillingConductor
Properties12
Required3
TaggingSupported
Primary IDArn

Supported Operations

CreateReadListUpdateDelete

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

PrimaryAccountId

External Links