aws.billingconductor.list_pricing_plans_associated_with_pricing_rule
Example SQL Queries
SELECT * FROMaws.billingconductor.list_pricing_plans_associated_with_pricing_ruleWHERE"pricing_rule_arn" = 'VALUE';Description
A list of the pricing plans that are associated with a pricing rule.
Table Definition
| Column Name | Column Data Type |
|---|---|
| pricing_rule_arn Required Input Column The pricing rule Amazon Resource Name (ARN) for which associations will be listed. | VARCHAR |
| billing_period Input Column The pricing plan billing period for which associations will be listed. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| pricing_plan_arns The list containing pricing plans that are associated with the requested pricing rule. | VARCHAR[] |
Show child fields
| |