pricing_plan_tags
Expands all tag keys and values for pricing_plans
in a region
Overview
Name | pricing_plan_tags |
Type | Resource |
Description | Pricing Plan enables you to customize your billing details consistent with the usage that accrues in each of your billing groups. |
Id | aws.billingconductor.pricing_plan_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Pricing Plan ARN |
name | string | |
pricing_rule_arns | array | |
size | integer | Number of associated pricing rules |
description | string | |
creation_time | integer | Creation timestamp in UNIX epoch time format |
last_modified_time | integer | Latest modified timestamp in UNIX epoch time format |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all pricing_plans
in a region.
SELECT
region,
arn,
name,
pricing_rule_arns,
size,
description,
creation_time,
last_modified_time,
tag_key,
tag_value
FROM aws.billingconductor.pricing_plan_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the pricing_plan_tags
resource, see pricing_plans