AWS::IoT::BillingGroupCreates a new billing group. Requires permission to access the [CreateBillingGroup](https://docs.aws.amazon.com//service-authorization/latest/reference/list_awsiot.html#awsiot-actions-as-permissions) action.
import { CfnBillingGroup } from 'aws-cdk-lib/aws-iot';Or use the module namespace:
import * as iot from 'aws-cdk-lib/aws-iot';
// iot.CfnBillingGroupConfiguration passed to the constructor as CfnBillingGroupProps.
billingGroupNameOptionalstringThe name of the billing group.
billingGroupPropertiesOptionalIResolvable | BillingGroupPropertiesPropertyThe properties of the billing group.
tagsOptionalCfnTag[]Metadata which can be used to manage the billing group.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotAWS::IoT::BillingGroup