AWS::Billing::BillingViewA billing view is a container of cost & usage metadata.
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
SourceViews | Array<string> | Required |
DataFilterExpression | object | |
Description | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
BillingViewType | string | - |
CreatedAt | number | The time when the billing view was created. |
OwnerAccountId | string | - |
UpdatedAt | number | The time when the billing view was last updated. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Billing::BillingView
Resources:
MyResource:
Type: AWS::Billing::BillingView
Properties:
Name: "my-name"
SourceViews: []
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
billing:CreateBillingViewbilling:AssociateSourceViewsbilling:TagResourcebilling:ListTagsForResourcebilling:GetBillingViewbilling:ListSourceViewsForBillingViewbilling:UseSourceViewbilling:GetBillingViewbilling:ListTagsForResourcebilling:ListSourceViewsForBillingViewbilling:UpdateBillingViewbilling:DisassociateSourceViewsbilling:AssociateSourceViewsbilling:GetBillingViewbilling:ListTagsForResourcebilling:TagResourcebilling:UntagResourcebilling:UseSourceViewbilling:GetBillingViewbilling:DeleteBillingViewbilling:ListBillingViewsOur 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.
DescriptionName