interface BillingGroupPropertiesProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.CfnBillingGroup.BillingGroupPropertiesProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnBillingGroup_BillingGroupPropertiesProperty |
![]() | software.amazon.awscdk.services.iot.CfnBillingGroup.BillingGroupPropertiesProperty |
![]() | aws_cdk.aws_iot.CfnBillingGroup.BillingGroupPropertiesProperty |
![]() | aws-cdk-lib » 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 { aws_iot as iot } from 'aws-cdk-lib';
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.