Entity Args
data class EntityArgs(val components: Output<Any>? = null, val description: Output<String>? = null, val entityId: Output<String>? = null, val entityName: Output<String>? = null, val parentEntityId: Output<String>? = null, val tags: Output<Any>? = null, val workspaceId: Output<String>? = null) : ConvertibleToJava<EntityArgs>
Resource schema for AWS::IoTTwinMaker::Entity