billing_group
Gets an individual billing_group
resource
Overview
Name | billing_group |
Type | Resource |
Description | billing_group |
Id | awscc.iot.billing_group |
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
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