AWS::BillingConductor::BillingGroupA 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.
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AccountGrouping | AccountGrouping | Required |
ComputationPreference | ComputationPreference | Required |
Name | string | Required |
Description | string | |
PrimaryAccountId | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Billing Group ARN |
CreationTime | integer | Creation timestamp in UNIX epoch time format |
LastModifiedTime | integer | Latest modified timestamp in UNIX epoch time format |
Size | integer | Number of accounts in the billing group |
Status | string | - |
StatusReason | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
billingconductor:CreateBillingGroupbillingconductor:AssociateAccountsbillingconductor:ListBillingGroupsbillingconductor:TagResourcebillingconductor:ListTagsForResourceorganizations:DescribeResponsibilityTransferbillingconductor:ListBillingGroupsbillingconductor:ListAccountAssociationsorganizations:ListAccountsbillingconductor:ListTagsForResourcebillingconductor:ListBillingGroupsbillingconductor:ListAccountAssociationsorganizations:ListAccountsbillingconductor:ListTagsForResourcebillingconductor:UpdateBillingGroupbillingconductor:ListAccountAssociationsorganizations:ListAccountsbillingconductor:AssociateAccountsbillingconductor:DisassociateAccountsbillingconductor:ListBillingGroupsbillingconductor:TagResourcebillingconductor:UntagResourcebillingconductor:DeleteBillingGroupbillingconductor:ListBillingGroupsbillingconductor:UntagResourcebillingconductor:UpdateBillingGroupOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PrimaryAccountId