PropertyDefinitionResponse - AWS IoT TwinMaker

PropertyDefinitionResponse

An object that contains response data from a property definition request.

Contents

dataType

An object that contains information about the data type.

Type: DataType object

Required: Yes

isExternalId

A Boolean value that specifies whether the property ID comes from an external data store.

Type: Boolean

Required: Yes

isFinal

A Boolean value that specifies whether the property definition can be updated.

Type: Boolean

Required: Yes

isImported

A Boolean value that specifies whether the property definition is imported from an external data store.

Type: Boolean

Required: Yes

isInherited

A Boolean value that specifies whether the property definition is inherited from a parent entity.

Type: Boolean

Required: Yes

isRequiredInEntity

A Boolean value that specifies whether the property is required in an entity.

Type: Boolean

Required: Yes

isStoredExternally

A Boolean value that specifies whether the property is stored externally.

Type: Boolean

Required: Yes

isTimeSeries

A Boolean value that specifies whether the property consists of time series data.

Type: Boolean

Required: Yes

configuration

A mapping that specifies configuration information about the property.

Type: String to string map

Key Length Constraints: Minimum length of 1. Maximum length of 256.

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

Value Pattern: .*

Required: No

defaultValue

An object that contains the default value.

Type: DataValue object

Required: No

displayName

A friendly name for the property.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 256.

Pattern: .*[^\u0000-\u001F\u007F]*.*

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: