AWS::IoTTwinMaker::Entity Component - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::IoTTwinMaker::Entity Component

The entity component.

Syntax

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

JSON

{ "ComponentName" : String, "ComponentTypeId" : String, "DefinedIn" : String, "Description" : String, "Properties" : {Key: Value, ...}, "PropertyGroups" : {Key: Value, ...}, "Status" : Status }

YAML

ComponentName: String ComponentTypeId: String DefinedIn: String Description: String Properties: Key: Value PropertyGroups: Key: Value Status: Status

Properties

ComponentName

The name of the component.

Required: No

Type: String

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

Minimum: 1

Maximum: 256

Update requires: No interruption

ComponentTypeId

The ID of the component type.

Required: No

Type: String

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

Minimum: 1

Maximum: 256

Update requires: No interruption

DefinedIn

The name of the property definition set in the request.

Required: No

Type: String

Minimum: 1

Maximum: 256

Update requires: No interruption

Description

The description of the component.

Required: No

Type: String

Minimum: 0

Maximum: 512

Update requires: No interruption

Properties

An object that maps strings to the properties to set in the component type. Each string in the mapping must be unique to this object.

Required: No

Type: Object of Property

Update requires: No interruption

PropertyGroups

An object that maps strings to the property groups in the component type. Each string in the mapping must be unique to this object.

Required: No

Type: Object of PropertyGroup

Update requires: No interruption

Status

The status of the component.

Required: No

Type: Status

Update requires: No interruption