--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_billingconductor_pricing_rule Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::BillingConductor::PricingRule --- # awscc_billingconductor_pricing_rule (Data Source) Data Source schema for AWS::BillingConductor::PricingRule ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `arn` (String) Pricing rule ARN - `associated_pricing_plan_count` (Number) The number of pricing plans associated with pricing rule - `creation_time` (Number) Creation timestamp in UNIX epoch time format - `description` (String) Pricing rule description - `last_modified_time` (Number) Latest modified timestamp in UNIX epoch time format - `modifier_percentage` (Number) Pricing rule modifier percentage - `name` (String) Pricing rule name - `scope` (String) A term used to categorize the granularity of a Pricing Rule. - `service` (String) The service which a pricing rule is applied on - `tags` (Attributes Set) (see [below for nested schema](#nestedatt--tags)) - `type` (String) One of MARKUP or DISCOUNT that describes the direction of the rate that is applied to a pricing plan. ### Nested Schema for `tags` Read-Only: - `key` (String) - `value` (String)