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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnBillingGroup.BillingGroupPropertiesProperty
static final class
An implementation forCfnBillingGroup.BillingGroupPropertiesProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBillingGroupDescription
The description of the billing group.- See Also:
-
builder
-