GetDeviceGroupsPlainArgs

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

Link copied to clipboard
constructor(enableDetails: Boolean? = null, groupName: String? = null, ids: List<String>? = null, iotInstanceId: String? = null, nameRegex: String? = null, outputFile: String? = null, superGroupId: String? = null)

Properties

Link copied to clipboard
val enableDetails: Boolean? = null

Default to false. Set it to true can output more details about resource attributes.

Link copied to clipboard
val groupName: String? = null

The GroupName of the device group.

Link copied to clipboard
val ids: List<String>? = null

A list of device group IDs.

Link copied to clipboard
val iotInstanceId: String? = null

The id of the Iot Instance.

Link copied to clipboard
val nameRegex: String? = null

A regex string to filter CEN instances by name.

Link copied to clipboard
val outputFile: String? = null

File name where to save data source results (after running pulumi preview).

Link copied to clipboard
val superGroupId: String? = null

The id of the SuperGroup.

Functions

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