---
type: resource-type
title: BillingView
description: aws resource type AWS::Billing::BillingView
name: BillingView
lexicon: aws
resource_type: AWS::Billing::BillingView
---
`AWS::Billing::BillingView`, a resource type of the aws lexicon.

## Properties

- `Name` (`string`, required)
- `SourceViews` (`string[]`, required): An array of strings that define the billing view's source.
- `Arn` (`string`, optional)
- `BillingViewType` (`BillingView_BillingViewType`, optional)
- `CreatedAt` (`number`, optional): The time when the billing view was created.
- `DataFilterExpression` (`Record<string, unknown>`, optional)
- `Description` (`string`, optional)
- `OwnerAccountId` (`string`, optional)
- `Tags` (`BillingView_Tag[]`, optional): An array of key-value pairs associated to the billing view being created.
- `UpdatedAt` (`number`, optional): The time when the billing view was last updated.

## Attributes

- `Arn`
- `BillingViewType`
- `CreatedAt`
- `OwnerAccountId`
- `UpdatedAt`
