IotMappingPropertiesArgs

data class IotMappingPropertiesArgs(val content: Output<Any>? = null) : ConvertibleToJava<IotMappingPropertiesArgs>

The mapping content.

Constructors

Link copied to clipboard
constructor(content: Output<Any>? = null)

Properties

Link copied to clipboard
val content: Output<Any>? = null

The mapping.

Functions

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