aws.billingconductor.list_pricing_rules_associated_to_pricing_plan
Example SQL Queries
SELECT * FROMaws.billingconductor.list_pricing_rules_associated_to_pricing_planWHERE"pricing_plan_arn" = 'VALUE';Description
Lists the pricing rules that are associated with a pricing plan.
Table Definition
| Column Name | Column Data Type |
|---|---|
| pricing_plan_arn Required Input Column The Amazon Resource Name (ARN) of the pricing plan for which associations are listed. | VARCHAR |
| billing_period Input Column The billing period for which the pricing rule associations are 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_rule_arns A list containing pricing rules that are associated with the requested pricing plan. | VARCHAR[] |
Show child fields
| |