billing_groups
Retrieves a list of billing_groups
in a region
Overview
Name | billing_groups |
Type | Resource |
Description | billing_groups |
Id | awscc.iot.billing_groups |
Fields
Name | Datatype | Description |
---|---|---|
billing_group_name | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
billing_group_name
FROM awscc.iot.billing_groups
WHERE region = 'us-east-1'
Permissions
To operate on the billing_groups
resource, the following permissions are required:
Create
iot:DescribeBillingGroup,
iot:ListTagsForResource,
iot:CreateBillingGroup,
iot:TagResource
List
iot:ListBillingGroups,
iot:ListTagsForResource