Thing

class Thing : KotlinCustomResource

Resource Type definition for AWS::IoT::Thing

Example Usage

Example

No Java example available.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the AWS IoT thing, such as arn:aws:iot:us-east-2:123456789012:thing/MyThing .

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 awsId: Output<String>

The Id of this thing.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val thingName: Output<String>?

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.

Link copied to clipboard
val urn: Output<String>