pricing_plans_list_only
Lists pricing_plans
in a region or regions, for all properties use pricing_plans
Overview
Name | pricing_plans_list_only |
Type | Resource |
Description | Pricing Plan enables you to customize your billing details consistent with the usage that accrues in each of your billing groups. |
Id | aws.billingconductor.pricing_plans_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Pricing Plan ARN |
name | string | |
pricing_rule_arns | array | |
size | integer | Number of associated pricing rules |
description | string | |
creation_time | integer | Creation timestamp in UNIX epoch time format |
last_modified_time | integer | Latest modified timestamp in UNIX epoch time format |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all pricing_plans
in a region.
SELECT
region,
arn
FROM aws.billingconductor.pricing_plans_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the pricing_plans_list_only
resource, see pricing_plans