Package-level declarations

Types

Link copied to clipboard
class DeviceGroup : KotlinCustomResource

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
object DeviceGroupMapper : ResourceMapper<DeviceGroup>
Link copied to clipboard
Link copied to clipboard

Functions

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