Thing Args
data class ThingArgs(val attributePayload: Output<ThingAttributePayloadArgs>? = null, val thingName: Output<String>? = null) : ConvertibleToJava<ThingArgs>
Resource Type definition for AWS::IoT::Thing
Example Usage
Example
No Java example available.
Constructors
Link copied to clipboard
constructor(attributePayload: Output<ThingAttributePayloadArgs>? = null, thingName: Output<String>? = null)