AWS::IoTTwinMaker::Entity Definition - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::IoTTwinMaker::Entity Definition

The entity definition.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Configuration" : {Key: Value, ...}, "DataType" : DataType, "DefaultValue" : DataValue, "IsExternalId" : Boolean, "IsFinal" : Boolean, "IsImported" : Boolean, "IsInherited" : Boolean, "IsRequiredInEntity" : Boolean, "IsStoredExternally" : Boolean, "IsTimeSeries" : Boolean }

YAML

Configuration: Key: Value DataType: DataType DefaultValue: DataValue IsExternalId: Boolean IsFinal: Boolean IsImported: Boolean IsInherited: Boolean IsRequiredInEntity: Boolean IsStoredExternally: Boolean IsTimeSeries: Boolean

Properties

Configuration

The configuration.

Required: No

Type: Object of String

Pattern: [a-zA-Z_\-0-9]+

Minimum: 1

Maximum: 256

Update requires: No interruption

DataType

The data type

Required: No

Type: DataType

Update requires: No interruption

DefaultValue

The default value.

Required: No

Type: DataValue

Update requires: No interruption

IsExternalId

Displays if the entity has a external Id.

Required: No

Type: Boolean

Update requires: No interruption

IsFinal

Displays if the entity is final.

Required: No

Type: Boolean

Update requires: No interruption

IsImported

Displays if the entity is imported.

Required: No

Type: Boolean

Update requires: No interruption

IsInherited

Displays if the entity is inherited.

Required: No

Type: Boolean

Update requires: No interruption

IsRequiredInEntity

Displays if the entity is a required entity.

Required: No

Type: Boolean

Update requires: No interruption

IsStoredExternally

Displays if the entity is tored externally.

Required: No

Type: Boolean

Update requires: No interruption

IsTimeSeries

Displays if the entity

Required: No

Type: Boolean

Update requires: No interruption