interface BillingGroupPropertiesProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.IoT.Mixins.CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsiot/mixins#CfnBillingGroupPropsMixin_BillingGroupPropertiesProperty |
Java | software.amazon.awscdk.mixins.preview.services.iot.mixins.CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty |
Python | aws_cdk.mixins_preview.aws_iot.mixins.CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty |
TypeScript | @aws-cdk/mixins-preview » aws_iot » mixins » CfnBillingGroupPropsMixin » 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 { mixins as iot_mixins } from '@aws-cdk/mixins-preview/aws-iot';
const billingGroupPropertiesProperty: iot_mixins.CfnBillingGroupPropsMixin.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
Go
Java
Python
TypeScript