Thing Group Args
data class ThingGroupArgs(val parentGroupName: Output<String>? = null, val queryString: Output<String>? = null, val tags: Output<List<TagArgs>>? = null, val thingGroupName: Output<String>? = null, val thingGroupProperties: Output<ThingGroupPropertiesPropertiesArgs>? = null) : ConvertibleToJava<ThingGroupArgs>
Resource Type definition for AWS::IoT::ThingGroup
Properties
Link copied to clipboard
The parent thing group name. A Dynamic Thing Group does not have parentGroupName
defined.
Link copied to clipboard
The dynamic thing group search query string. The queryString
attribute is required for CreateDynamicThingGroup
. The queryString
attribute is not required for CreateThingGroup
.
Link copied to clipboard
The thing group name.
Link copied to clipboard
Thing group properties.