pricing_plans_associated_with_pricing_rules
Creates, updates, deletes, gets or lists a pricing_plans_associated_with_pricing_rules resource.
Overview
| Name | pricing_plans_associated_with_pricing_rules |
| Type | Resource |
| Id | aws.billingconductor.pricing_plans_associated_with_pricing_rules |
Fields
The following fields are returned by SELECT queries:
- list_pricing_plans_associated_with_pricing_rule
| Name | Datatype | Description |
|---|---|---|
pricing_plan_arn | string | The list containing pricing plans that are associated with the requested pricing rule. |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list_pricing_plans_associated_with_pricing_rule | select | region | A list of the pricing plans that are associated with a pricing rule. |
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_plans_associated_with_pricing_rule
A list of the pricing plans that are associated with a pricing rule.
SELECT
pricing_plan_arn
FROM aws.billingconductor.pricing_plans_associated_with_pricing_rules
WHERE region = '{{ region }}' -- required
;