pricing_rules_list_only
Lists pricing_rules
in a region or regions, for all properties use pricing_rules
Overview
Name | pricing_rules_list_only |
Type | Resource |
Description | A markup/discount that is defined for a specific set of services that can later be associated with a pricing plan. |
Id | aws.billingconductor.pricing_rules_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Pricing rule ARN |
name | string | Pricing rule name |
description | string | Pricing rule description |
scope | string | A term used to categorize the granularity of a Pricing Rule. |
type | string | One of MARKUP, DISCOUNT or TIERING that describes the behaviour of the pricing rule. |
modifier_percentage | number | Pricing rule modifier percentage |
service | string | The service which a pricing rule is applied on |
billing_entity | string | The seller of services provided by AWS, their affiliates, or third-party providers selling services via AWS Marketplaces. Supported billing entities are AWS, AWS Marketplace, and AISPL. |
tiering | object | The set of tiering configurations for the pricing rule. |
usage_type | string | The UsageType which a SKU pricing rule is modifying |
operation | string | The Operation which a SKU pricing rule is modifying |
associated_pricing_plan_count | integer | The number of pricing plans associated with pricing rule |
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_rules
in a region.
SELECT
region,
arn
FROM aws.billingconductor.pricing_rules_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the pricing_rules_list_only
resource, see pricing_rules