aws.route53domains.view_billing
Example SQL Queries
SELECT * FROMaws.route53domains.view_billing;Description
Returns all the domain-related billing records for the current Amazon Web Services account for a specified period
Table Definition
| Column Name | Column Data Type |
|---|---|
| end Input Column The end date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC). | TIMESTAMP_S |
| start Input Column The beginning date and time for the time period for which you want a list of billing records. Specify the date and time in Unix time format and Coordinated Universal time (UTC). | TIMESTAMP_S |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| bill_date The date that the operation was billed, in Unix format. | TIMESTAMP_S |
| domain_name The name of the domain that the billing record applies to. If the domain name contains characters other than a-z, 0-9, and - (hyphen), such as an internationalized domain name, then this value is in Punycode. For more information, see DNS Domain Name Format in the Amazon Route 53 Developer Guide. | VARCHAR |
| invoice_id The ID of the invoice that is associated with the billing record. | VARCHAR |
| operation The operation that you were charged for. | VARCHAR |
| price The price that you were charged for the operation, in US dollars. Example value: 12.0 | DOUBLE |