Get Device Groups Plain Args
data class GetDeviceGroupsPlainArgs(val enableDetails: Boolean? = null, val groupName: String? = null, val ids: List<String>? = null, val iotInstanceId: String? = null, val nameRegex: String? = null, val outputFile: String? = null, val superGroupId: String? = null) : ConvertibleToJava<GetDeviceGroupsPlainArgs>
A collection of arguments for invoking getDeviceGroups.
Constructors
Properties
Link copied to clipboard
Default to false
. Set it to true
can output more details about resource attributes.
Link copied to clipboard
The id of the Iot Instance.
Link copied to clipboard
File name where to save data source results (after running pulumi preview
).
Link copied to clipboard
The id of the SuperGroup.