billing_groups_list_only
Lists billing_groups
in a region or regions, for all properties use billing_groups
Overview
Name | billing_groups_list_only |
Type | Resource |
Description | Resource Type definition for AWS::IoT::BillingGroup |
Id | aws.iot.billing_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
arn | string | |
billing_group_name | string | |
tags | array | An array of key-value pairs to apply to this resource. |
billing_group_properties | object | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all billing_groups
in a region.
SELECT
region,
billing_group_name
FROM aws.iot.billing_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the billing_groups_list_only
resource, see billing_groups