Thing Group Args
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)