aws.billingconductor.list_pricing_plans
Example SQL Queries
SELECT * FROMaws.billingconductor.list_pricing_plans;Description
A paginated call to get pricing plans for the given billing period. If you don't provide a billing period, the current billing period is used.
Table Definition
| Column Name | Column Data Type |
|---|---|
| billing_period Input Column The billing period for which the described pricing plans are applicable. | VARCHAR |
| filters Input Column A ListPricingPlansFilter that specifies the Amazon Resource Name (ARNs) of pricing plans to retrieve pricing plans information. | STRUCT( |
Show child fields
| |
| _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
| |
| pricing_plans A list of PricingPlanListElement retrieved. | STRUCT( |
Show child fields
| |