interface BillingGroupPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.IoT.CfnBillingGroup.BillingGroupPropertiesProperty |
Java | software.amazon.awscdk.services.iot.CfnBillingGroup.BillingGroupPropertiesProperty |
Python | aws_cdk.aws_iot.CfnBillingGroup.BillingGroupPropertiesProperty |
TypeScript | @aws-cdk/aws-iot » CfnBillingGroup » BillingGroupPropertiesProperty |
The properties of a billing group.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as iot from '@aws-cdk/aws-iot';
const billingGroupPropertiesProperty: iot.CfnBillingGroup.BillingGroupPropertiesProperty = {
billingGroupDescription: 'billingGroupDescription',
};
Properties
| Name | Type | Description |
|---|---|---|
| billing | string | The description of the billing group. |
billingGroupDescription?
Type:
string
(optional)
The description of the billing group.

.NET
Java
Python
TypeScript