pricing_rule_tags
Expands all tag keys and values for pricing_rules
in a region
Overview
Name | pricing_rule_tags |
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_rule_tags |
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 |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all pricing_rules
in a region.
SELECT
region,
arn,
name,
description,
scope,
type,
modifier_percentage,
service,
billing_entity,
tiering,
usage_type,
operation,
associated_pricing_plan_count,
creation_time,
last_modified_time,
tag_key,
tag_value
FROM aws.billingconductor.pricing_rule_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the pricing_rule_tags
resource, see pricing_rules