pricing_rules_associated_to_pricing_plans
Creates, updates, deletes, gets or lists a pricing_rules_associated_to_pricing_plans resource.
Overview
| Name | pricing_rules_associated_to_pricing_plans |
| Type | Resource |
| Id | aws.billingconductor.pricing_rules_associated_to_pricing_plans |
Fields
The following fields are returned by SELECT queries:
- list_pricing_rules_associated_to_pricing_plan
| Name | Datatype | Description |
|---|---|---|
pricing_rule_arn | string | A list containing pricing rules that are associated with the requested pricing plan. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list_pricing_rules_associated_to_pricing_plan | select | region | Lists 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.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- list_pricing_rules_associated_to_pricing_plan
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
;