AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IoT::BillingGroup

CfnBillingGroup

Creates 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

import { CfnBillingGroup } from 'aws-cdk-lib/aws-iot';

Or use the module namespace:

import * as iot from 'aws-cdk-lib/aws-iot';
// iot.CfnBillingGroup

Properties

Configuration passed to the constructor as CfnBillingGroupProps.

billingGroupNameOptional
string

The name of the billing group.

billingGroupPropertiesOptional
IResolvable | BillingGroupPropertiesProperty

The properties of the billing group.

tagsOptional
CfnTag[]

Metadata which can be used to manage the billing group.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter