aws-cdk-lib.aws_iot.CfnBillingGroupProps

interface CfnBillingGroupProps

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnBillingGroupProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnBillingGroupProps
Javasoftware.amazon.awscdk.services.iot.CfnBillingGroupProps
Pythonaws_cdk.aws_iot.CfnBillingGroupProps
TypeScript aws-cdk-lib » aws_iot » CfnBillingGroupProps

Properties for defining a CfnBillingGroup.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const cfnBillingGroupProps: iot.CfnBillingGroupProps = {
  billingGroupName: 'billingGroupName',
  billingGroupProperties: {
    billingGroupDescription: 'billingGroupDescription',
  },
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
billingGroupName?stringThe name of the billing group.
billingGroupProperties?IResolvable | BillingGroupPropertiesPropertyThe properties of the billing group.
tags?CfnTag[]Metadata which can be used to manage the billing group.

billingGroupName?

Type: string (optional)

The name of the billing group.


billingGroupProperties?

Type: IResolvable | BillingGroupPropertiesProperty (optional)

The properties of the billing group.


tags?

Type: CfnTag[] (optional)

Metadata which can be used to manage the billing group.