Skip to main content

pricing_plans_associated_with_pricing_rules

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

Overview

Namepricing_plans_associated_with_pricing_rules
TypeResource
Idaws.billingconductor.pricing_plans_associated_with_pricing_rules

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
pricing_plan_arnstringThe list containing pricing plans that are associated with the requested pricing rule.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_pricing_plans_associated_with_pricing_ruleselectregionA 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.

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

SELECT examples

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
;