Skip to main content

pricing_rules_associated_to_pricing_plans

Creates, updates, deletes, gets or lists a pricing_rules_associated_to_pricing_plans resource.

Overview

Namepricing_rules_associated_to_pricing_plans
TypeResource
Idaws.billingconductor.pricing_rules_associated_to_pricing_plans

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
pricing_rule_arnstringA list containing pricing rules that are associated with the requested pricing plan.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_pricing_rules_associated_to_pricing_planselectregionLists the pricing rules that are associated with a pricing plan.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Lists the pricing rules that are associated with a pricing plan.

SELECT
pricing_rule_arn
FROM aws.billingconductor.pricing_rules_associated_to_pricing_plans
WHERE region = '{{ region }}' -- required
;