Entity Args
data class EntityArgs(val components: Output<Map<String, EntityComponentArgs>>? = null, val compositeComponents: Output<Map<String, EntityCompositeComponentArgs>>? = null, val description: Output<String>? = null, val entityId: Output<String>? = null, val entityName: Output<String>? = null, val parentEntityId: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<EntityArgs>
Resource schema for AWS::IoTTwinMaker::Entity
Constructors
Link copied to clipboard
constructor(components: Output<Map<String, EntityComponentArgs>>? = null, compositeComponents: Output<Map<String, EntityCompositeComponentArgs>>? = null, description: Output<String>? = null, entityId: Output<String>? = null, entityName: Output<String>? = null, parentEntityId: Output<String>? = null, tags: Output<Map<String, String>>? = null, workspaceId: Output<String>? = null)
Properties
Link copied to clipboard
A map that sets information about a component type.
Link copied to clipboard
A map that sets information about a composite component.
Link copied to clipboard
The description of the entity.
Link copied to clipboard
The name of the entity.
Link copied to clipboard
The ID of the parent entity.
Link copied to clipboard
The ID of the workspace.