BillingGroupArgs

data class BillingGroupArgs(val billingGroupName: Output<String>? = null, val billingGroupProperties: Output<BillingGroupPropertiesPropertiesArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<BillingGroupArgs>

Resource Type definition for AWS::IoT::BillingGroup

Constructors

Link copied to clipboard
constructor(billingGroupName: Output<String>? = null, billingGroupProperties: Output<BillingGroupPropertiesPropertiesArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val billingGroupName: Output<String>? = null

The name of the billing group.

Link copied to clipboard

The properties of the billing group.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

An array of key-value pairs to apply to this resource.

Functions

Link copied to clipboard
open override fun toJava(): BillingGroupArgs