pricing_plan
Gets an individual pricing_plan
resource
Overview
Name | pricing_plan |
Type | Resource |
Description | pricing_plan |
Id | awscc.billingconductor.pricing_plan |
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 |
tags | array | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
arn,
name,
pricing_rule_arns,
size,
description,
creation_time,
last_modified_time,
tags
FROM awscc.billingconductor.pricing_plan
WHERE data__Identifier = '<Arn>';
Permissions
To operate on the pricing_plan
resource, the following permissions are required:
Read
billingconductor:ListPricingPlans,
billingconductor:ListPricingRulesAssociatedToPricingPlan,
billingconductor:ListTagsForResource
Update
billingconductor:ListPricingPlans,
billingconductor:UpdatePricingPlan,
billingconductor:ListPricingRulesAssociatedToPricingPlan,
billingconductor:AssociatePricingRules,
billingconductor:DisassociatePricingRules,
billingconductor:TagResource,
billingconductor:UntagResource
Delete
billingconductor:ListPricingPlans,
billingconductor:DeletePricingPlan,
billingconductor:UntagResource