- Navigation Guide
@aws-sdk/client-iot
CreateThingCommandInput Interface
The input for CreateThingCommand.
Members
Name | Type | Details |
---|---|---|
thingName Required | string | undefined | The name of the thing to create. You can't change a thing's name after you create it. To change a thing's name, you must create a new thing, give it the new name, and then delete the old thing. |
attributePayload | AttributePayload | undefined | The attribute payload, which consists of up to three name/value pairs in a JSON document. For example: |
billingGroupName | string | undefined | The name of the billing group the thing will be added to. |
thingTypeName | string | undefined | The name of the thing type associated with the new thing. |
Full Signature
export interface CreateThingCommandInput extends CreateThingRequest