Package-level declarations

Types

Link copied to clipboard

Provides a Iot Device Group resource. For information about Iot Device Group and how to use it, see What is Device Group.

Link copied to clipboard
data class DeviceGroupArgs(val groupDesc: Output<String>? = null, val groupName: Output<String>? = null, val iotInstanceId: Output<String>? = null, val superGroupId: Output<String>? = null) : ConvertibleToJava<DeviceGroupArgs>

Provides a Iot Device Group resource. For information about Iot Device Group and how to use it, see What is Device Group.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun deviceGroupResource(name: String, block: suspend DeviceGroupResourceBuilder.() -> Unit): DeviceGroup