Interface CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty.Jsii$Proxy
Enclosing class:
CfnBillingGroupPropsMixin

@Stability(Stable) public static interface CfnBillingGroupPropsMixin.BillingGroupPropertiesProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.iot.*;
 BillingGroupPropertiesProperty billingGroupPropertiesProperty = BillingGroupPropertiesProperty.builder()
         .billingGroupDescription("billingGroupDescription")
         .build();
 

See Also: