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