Class CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty
The properties of a billing group.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.IoT.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty : CfnBillingGroupPropsMixin.IBillingGroupPropertiesProperty
Syntax (vb)
Public Class CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty Implements CfnBillingGroupPropsMixin.IBillingGroupPropertiesProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IoT.Mixins;
var billingGroupPropertiesProperty = new BillingGroupPropertiesProperty {
BillingGroupDescription = "billingGroupDescription"
};
Synopsis
Constructors
| BillingGroupPropertiesProperty() | The properties of a billing group. |
Properties
| BillingGroupDescription | The description of the billing group. |
Constructors
BillingGroupPropertiesProperty()
The properties of a billing group.
public BillingGroupPropertiesProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.IoT.Mixins;
var billingGroupPropertiesProperty = new BillingGroupPropertiesProperty {
BillingGroupDescription = "billingGroupDescription"
};
Properties
BillingGroupDescription
The description of the billing group.
public string? BillingGroupDescription { get; set; }