documentation에는 AWS IoT에서 사물을 만들기위한 구문이 있지만 사물 유형에 연결하는 방법을 찾을 수 없습니다. 이런 식으로 쓸 수 있습니까?CloudFormation 템플릿의 여러 가지 유형
AWSTemplateFormatVersion: "2010-09-09"
Resources:
MyThing:
Type: "AWS::IoT::Thing"
Properties:
ThingName: "coffeemachine-12"
ThingType: "coffeemachine"
AttributePayload:
Attributes:
temp: "celcius"
AWS CloudFormation 템플릿에서 AWS IoT 유형을 어떻게 구성/작성합니까?