This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Billing::BillingView
Creates a billing view with the specified billing view attributes.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Billing::BillingView", "Properties" : { "DataFilterExpression" :
DataFilterExpression
, "Description" :String
, "Name" :String
, "SourceViews" :[ String, ... ]
, "Tags" :[ Tag, ... ]
} }
YAML
Type: AWS::Billing::BillingView Properties: DataFilterExpression:
DataFilterExpression
Description:String
Name:String
SourceViews:- String
Tags:- Tag
Properties
DataFilterExpression
-
See Expression. Billing view only supports
LINKED_ACCOUNT
andTags
.Required: No
Type: DataFilterExpression
Update requires: No interruption
Description
-
The description of the billing view.
Required: No
Type: String
Maximum:
1024
Update requires: Replacement
Name
-
The name of the billing view.
Required: Yes
Type: String
Pattern:
[a-zA-Z0-9_\+=\.\-@]+
Minimum:
1
Maximum:
128
Update requires: Replacement
SourceViews
-
A list of billing views used as the data source for the custom billing view.
Required: Yes
Type: Array of String
Update requires: Replacement
-
A list of key value map specifying tags associated to the billing view being created.
Required: No
Maximum:
200
Update requires: No interruption
Return values
Ref
Fn::GetAtt
Arn
-
The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.
BillingViewType
-
The type of billing group.
CreatedAt
-
The time when the billing view was created.
OwnerAccountId
-
The account owner of the billing view.
UpdatedAt
-
The time when the billing view was last updated.