ThingGroupArgs

data class ThingGroupArgs(val parentGroupName: Output<String>? = null, val queryString: Output<String>? = null, val tags: Output<List<ThingGroupTagArgs>>? = null, val thingGroupName: Output<String>? = null, val thingGroupProperties: Output<ThingGroupPropertiesPropertiesArgs>? = null) : ConvertibleToJava<ThingGroupArgs>

Resource Type definition for AWS::IoT::ThingGroup

Constructors

Link copied to clipboard
fun ThingGroupArgs(parentGroupName: Output<String>? = null, queryString: Output<String>? = null, tags: Output<List<ThingGroupTagArgs>>? = null, thingGroupName: Output<String>? = null, thingGroupProperties: Output<ThingGroupPropertiesPropertiesArgs>? = null)

Functions

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

Properties

Link copied to clipboard
val parentGroupName: Output<String>? = null
Link copied to clipboard
val queryString: Output<String>? = null
Link copied to clipboard
val tags: Output<List<ThingGroupTagArgs>>? = null

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

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