ThingArgs

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)

Properties

Link copied to clipboard

A string that contains up to three key value pairs. Maximum length of 800. Duplicates not allowed.

Link copied to clipboard
val thingName: Output<String>? = null

The name of the thing to update. You can't change a thing's name. To change a thing's name, you must create a new thing, give it the new name, and then delete the old thing.

Functions

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