Skip to main content

billing_group

Gets an individual billing_group resource

Overview

Namebilling_group
TypeResource
Descriptionbilling_group
Idawscc.iot.billing_group

Fields

NameDatatypeDescription
idstring
arnstring
billing_group_namestring
tagsarrayAn array of key-value pairs to apply to this resource.
billing_group_propertiesobject
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
arn,
billing_group_name,
tags,
billing_group_properties
FROM awscc.iot.billing_group
WHERE data__Identifier = '<BillingGroupName>';

Permissions

To operate on the billing_group resource, the following permissions are required:

Delete

iot:DescribeBillingGroup,
iot:DeleteBillingGroup

Read

iot:DescribeBillingGroup,
iot:ListTagsForResource

Update

iot:DescribeBillingGroup,
iot:UpdateBillingGroup,
iot:ListTagsForResource,
iot:TagResource,
iot:UntagResource