Interface CfnBillingGroup.BillingGroupPropertiesProperty

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

@Stability(Stable) public static interface CfnBillingGroup.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.services.iot.*;
 BillingGroupPropertiesProperty billingGroupPropertiesProperty = BillingGroupPropertiesProperty.builder()
         .billingGroupDescription("billingGroupDescription")
         .build();
 

See Also: