Interface CfnBillingGroupProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBillingGroupProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:57.524Z") @Stability(Stable) public interface CfnBillingGroupProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnBillingGroup.

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.*;
 CfnBillingGroupProps cfnBillingGroupProps = CfnBillingGroupProps.builder()
         .billingGroupName("billingGroupName")
         .billingGroupProperties(BillingGroupPropertiesProperty.builder()
                 .billingGroupDescription("billingGroupDescription")
                 .build())
         .tags(List.of(CfnTag.builder()
                 .key("key")
                 .value("value")
                 .build()))
         .build();
 
  • Method Details

    • getBillingGroupName

      @Stability(Stable) @Nullable default String getBillingGroupName()
      The name of the billing group.
    • getBillingGroupProperties

      @Stability(Stable) @Nullable default Object getBillingGroupProperties()
      The properties of the billing group.
    • getTags

      @Stability(Stable) @Nullable default List<CfnTag> getTags()
      Metadata which can be used to manage the billing group.
    • builder

      @Stability(Stable) static CfnBillingGroupProps.Builder builder()
      Returns:
      a CfnBillingGroupProps.Builder of CfnBillingGroupProps