pricing_plans_list_only
Lists pricing_plans
in a region or regions, for all properties use pricing_plans
Overview
Name | pricing_plans_list_only |
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_plans_list_only |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | Pricing Plan ARN |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all pricing_plans
in a region.
SELECT
region,
arn
FROM aws.billingconductor.pricing_plans_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the pricing_plans_list_only
resource, see pricing_plans